Useful resources for learning to write your own connector plugin for Kafka Connect

Step 0 is to check Confluent Hub to make sure you’re not writing a connector that exists already! :slight_smile: But assuming there isn’t, here are some useful resources the detail how to go about writing your own connector.

Docs

Conference talks

Blogs

5 Likes

Another option to add to the list is the repo below. It contains a minimalist connector with its main logic to-be-implemented so new developers can catch up fast. It is the code the I have used in the conference talk above :partying_face:

2 Likes

I did a talk about custom connectors at swampup 2018
video: swampUP 2018 | Fight Crime with Kafka Streams and Bintray Firehose API - YouTube

code: GitHub - gAmUssA/kafka-connect-bintray: Kafka Connect connector to Binary firehose API

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.