Search code examples
apache-kafkakafka-consumer-apikafka-producer-apicometd

Connect CometD client with Kafka producer


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?


Solution

  • 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.