[2019-04-15 23:24:04,345] ERROR Stopping due to error (org.apache.kafka.connect.cli.ConnectDistributed:117)
org.apache.kafka.common.config.ConfigException: Invalid value io.confluent.connect.avro.AvroConverter for configuration key.converter: Class io.confluent.connect.avro.AvroConverter could not be found.
at org.apache.kafka.common.config.ConfigDef.parseType(ConfigDef.java:718)
at org.apac
Setup:
Workder Config:
bootstrap.servers=localhost:9092
group.id=1
key.converter=io.confluent.connect.avro.AvroConverter
key.converter.schema.registry.url=http://localhost:8081
value.converter=io.confluent.connect.avro.AvroConverter
value.converter.schema.registry.url=http://localhost:8081
internal.key.converter=org.apache.kafka.connect.json.JsonConverter
internal.value.converter=org.apache.kafka.connect.json.JsonConverter
#key.converter=org.apache.kafka.connect.json.JsonConverter
#value.converter=org.apache.kafka.connect.json.JsonConverter
offset.storage.topic=connect_offsets
offset.storage.replication.factor=1
offset.storage.partitions=1
config.storage.topic=connect_configs
config.storage.replication.factor=1
status.storage.topic=connect_status
status.storage.replication.factor=1
status.storage.partitions=1
offset.flush.interval.ms=10000
plugin.path=connectors
POM.xml
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.get2stream.prototype</groupId>
<artifactId>kafka-debezium-oracle-prototype</artifactId>
<version>1.0</version>
<dependencies>
<!-- https://mvnrepository.com/artifact/io.debezium/debezium-connector-oracle -->
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-connector-oracle</artifactId>
<version>0.9.0.Alpha1</version>
</dependency>
</dependencies>
</project>
--
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+u...@googlegroups.com.
To post to this group, send email to debe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/debezium/aeda0007-99fd-43b6-a305-fd2783c59270%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to debe...@googlegroups.com.