-
Bug
-
Resolution: Done
-
Major
-
2.0.0.Final, 2.0.1.Final
-
None
In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.
Bug report
For bug reports, provide this information, please:
I downloaded and extracted Oracle CDC connector 2.0 and 2.0.1 to pluggin path and started the connect distributed script and then I run the Curl to see what pluggins got loaded and Oracle connector doesn't showup. It works fine when I use V1.9.7.
Output with V2.0 and 2.0.1
curl -X GET -H "Content-Type:application/json" localhost:8083/connector-plugins/
[\{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","version":"3.2.0"},\{"class":"org.apache.kafka.connect.file.FileStreamSourceConnector","type":"source","version":"3.2.0"},\{"class":"org.apache.kafka.connect.mirror.MirrorCheckpointConnector","type":"source","version":"3.2.0"},\{"class":"org.apache.kafka.connect.mirror.MirrorHeartbeatConnector","type":"source","version":"3.2.0"},\{"class":"org.apache.kafka.connect.mirror.MirrorSourceConnector","type":"source","version":"3.2.0"}]
Same with V1.9.7
[\{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","version":"3.2.0"},{"class":"io.debezium.connector.oracle.OracleConnector","type":"source","version":"1.9.7.Final"},\{"class":"org.apache.kafka.connect.file.FileStreamSourceConnector","type":"source","version":"3.2.0"},\{"class":"org.apache.kafka.connect.mirror.MirrorCheckpointConnector","type":"source","version":"3.2.0"},\{"class":"org.apache.kafka.connect.mirror.MirrorHeartbeatConnector","type":"source","version":"3.2.0"},\{"class":"org.apache.kafka.connect.mirror.MirrorSourceConnector","type":"source","version":"3.2.0"}]
What Debezium connector do you use and what version?
V2.0 and V2.0.1
What is the connector configuration?
NA
What is the captured database version and mode of depoyment?
(E.g. on-premises, with a specific cloud provider, etc.)
NA
What behaviour do you expect?
Curl should show the pluggins that are loaded
What behaviour do you see?
Debezium oracle pluggin didn't get loaded
Do you see the same behaviour using the latest relesead Debezium version?
Yes. 1.9.7 works
Do you have the connector logs, ideally from start till finish?
(You might be asked later to provide DEBUG/TRACE level log)
<Your answer>
How to reproduce the issue using our tutorial deployment?
Here are the steps.
Download Kafka from apache.kafka.org https://downloads.apache.org/kafka/3.2.3/kafka_2.13-3.2.3.tgz
Extract to a directory, set KAFKA_HOME to that directory
Download and extract Debezium to a directory (lets say kafka/pluggins. Add this to connect-distributed.properties plugin.path.
Start zookeeper, start kafka server, start connect distributed.
and run curl -X GET -H "Content-Type:application/json" localhost:8083/connector-plugins/
Feature request or enhancement
For feature requests or enhancements, provide this information, please:
bug
Which use case/requirement will be addressed by the proposed feature?
bug
Implementation ideas (optional)
<Your answer>