kafka-connector-skeleton icon indicating copy to clipboard operation
kafka-connector-skeleton copied to clipboard

Changes to let this code work with Kafka Connect 2.11-1.0.0

Open ianzapolsky opened this issue 6 years ago • 2 comments

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.

ianzapolsky avatar Feb 28 '18 16:02 ianzapolsky

What testing did you do on this? Does it work properly when run with the latest kafka connect?

wushujames avatar Feb 28 '18 18:02 wushujames

Can you update the README.md to use 1.0.0, and verify that the instructions work?

wushujames avatar Feb 28 '18 18:02 wushujames