kafka-connector-skeleton
kafka-connector-skeleton copied to clipboard
Changes to let this code work with Kafka Connect 2.11-1.0.0
The updated Kafka Connect code expects that Connectors will implement config and validate functions, which this code does not.
If you want to run this kafka-connector-skeleton with recent versions of Kafka Connect (downloaded directly from Confluent, like the 2.11-1.0.0 package), you must use a JAR build from code that implements these functions.
This changeset adds these functions.
What testing did you do on this? Does it work properly when run with the latest kafka connect?
Can you update the README.md to use 1.0.0, and verify that the instructions work?