Maybe look at this Kafka source connector for salesforce https://github.com/jcustenborder/kafka-connect-salesforce
-hans Sent from my iPhone > On Feb 27, 2017, at 4:06 PM, VIVEK KUMAR MISHRA 13BIT0066 > <vivekkumar.mishra2...@vit.ac.in> wrote: > > Actually my data sources are salesforce and mailchimp. i have developed an > api that will fetch data from there but now i want that if any changes are > happening in data of salesforce and mailchimp sources then that changes > should be reflected in my topic data. > > On Mon, Feb 27, 2017 at 8:54 PM, Tauzell, Dave <dave.tauz...@surescripts.com >> wrote: > >> Also, see this article on streaming changes from MySQL to kafka: >> https://wecode.wepay.com/posts/streaming-databases-in- >> realtime-with-mysql-debezium-kafka >> >> -----Original Message----- >> From: Tauzell, Dave >> Sent: Monday, February 27, 2017 9:07 AM >> To: users@kafka.apache.org >> Subject: RE: Kafka Connect >> >> Are you specifically talking about relational databases? Kafka Connect >> has a JDBC source (http://docs.confluent.io/3.1. >> 1/connect/connect-jdbc/docs/source_connector.html) which can push data >> changes to kafka. It can only run sql queries, though, so out of the box >> it will just get you updated and new rows. If you want to get a list of >> changes you'll either need to build that into your schema or use something >> else that does CDC (Change Data Capture) on your source. >> >> -Dave >> >> -----Original Message----- >> From: VIVEK KUMAR MISHRA 13BIT0066 [mailto:vivekkumar.mishra2...@vit.ac.in >> ] >> Sent: Monday, February 27, 2017 7:35 AM >> To: users@kafka.apache.org >> Subject: Kafka Connect >> >> How to use kafka connect using python to get information about >> update,delete and insertion of data at various data sources? >> This e-mail and any files transmitted with it are confidential, may >> contain sensitive information, and are intended solely for the use of the >> individual or entity to whom they are addressed. If you have received this >> e-mail in error, please notify the sender by reply e-mail immediately and >> destroy all copies of the e-mail and any attachments. >>