Details
-
Task
-
Resolution: Gone away
-
Blocker - P1
-
None
-
None
-
None
-
None
Description
Hi Team,
I am trying to use the AvroConverter with MongoSource Connector flow is working fine but when I look the schema in the repository then I see like

Here is my Configuration for Source Connector.
connector.class=com.mongodb.kafka.connect.MongoSourceConnector
connection.uri=mongodb://localhost:27017/?replicaSet=rs0
database=Tutorial1
collection=orders
output.format.value=json
output.format.key=json
key.converter.schemas.enable=false
value.converter.schemas.enable=false
key.converter=org.apache.kafka.connect.storage.StringConverter
value.converter=io.confluent.connect.avro.AvroConverter
value.converter.schema.registry.url=http://localhost:8081