llofberg / kafka-connect-rest

Kafka Connect REST connector
Apache License 2.0
110 stars 54 forks source link

Sending data from kafka topic to multiple endpoint URLs #6

Closed Thalia-Long closed 6 years ago

Thalia-Long commented 6 years ago

hey Lenny, I finally got this connector up and running. My problem before was the mis/match kafka version. I used 1.0.0 instead of 1.1.0. So upgrading to 1.1.0 solved my problem. Could this connector send data to multiple endpoint URLs, or it can only send data to one URL?

llofberg commented 6 years ago

Thalia-Long

It might be better to run a separate connector for each URL. Error handling might be simpler that way.

Thalia-Long commented 6 years ago

Thanks for your response.