Connect CometD client with Kafka producer

对着背影说爱祢 提交于 2020-01-06 03:18:14

问题


Is it possible to connect cometD client with Kafka producer? Any suggestions?

Currently I am having a CometD client in python which is extracting data real time from a Salesforce object.

Now I want to push that data into Kafka producer. Is it possible to do that? And how?


回答1:


Solved.

By using https://github.com/dkmadigan/python-bayeux-client to extract the events from Salesforce, I was able to push into the Kafka broker.



来源:https://stackoverflow.com/questions/50615641/connect-cometd-client-with-kafka-producer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!