Skip to content

Instantly share code, notes, and snippets.

@ninadingole
Last active August 15, 2020 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ninadingole/7161bd9eb0a3229c6c608ceb18db37ce to your computer and use it in GitHub Desktop.
Save ninadingole/7161bd9eb0a3229c6c608ceb18db37ce to your computer and use it in GitHub Desktop.
bootstrap.servers=localhost:9092
key.converter=io.confluent.connect.avro.AvroConverter
value.converter=io.confluent.connect.avro.AvroConverter
key.converter.schema.registry.url=http://localhost:8081
value.converter.schema.registry.url=http://localhost:8081
# For Json
#value.converter=org.apache.kafka.connect.json.JsonConverter
#key.converter=org.apache.kafka.connect.json.JsonConverter
#key.converter.schemas.enable=false
#value.converter.schemas.enable=false
#converter.type=key
#converter.type=value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment