Is there any streaming go llibraries for pushing data into kafka not producer

Please can help me…

Surely if you are pushing data into Kafka that, by definition, makes you a producer?

Anyway you should look at;-

Yeah but I don’t use producer in my project requirements is push the data to Kafka from streaming library only

Ok. Does the link I supplied help you achieve your objective?

If not, I for one, would need a clearer understanding of exactly what you are trying to achieve.

Okay Thank you , Generally data push into Kafka three ways
1.By using Producer API
2.By using Streams API
3. By using Connecter API in java , Is there any librarys in golang Push data to Kafka by using Streams library

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