I am using normal Apache Kafka only not confluent So step by step only I am starting Kafka
.\bin\windows\kafka-server-start.bat .\config\server.properties Like this only I am starting and even before shutdown also I need to send configuration details every time through post request to get the data from DB. On Thu, Apr 30, 2020, 02:04 Robin Moffatt <ro...@confluent.io> wrote: > How are you running Kafka? Do you mean when you shut it down you have to > reconfigure the connector? > > > -- > > Robin Moffatt | Senior Developer Advocate | ro...@confluent.io | @rmoff > > > On Wed, 29 Apr 2020 at 20:03, vishnu murali <vishnumurali9...@gmail.com> > wrote: > > > Hi guys > > I am trying that JDBC source connector to get data from MySQL and send > as a > > data in a topic,so here what I am facing is there is more manual here > > > > After starting zookeeper,server, connect-distributed in Apache kafka > > > > I need to give Post request every time to the localhost:8083/connectors > > with the request body of config details when I need data and also all > data > > will come again and again.. > > > > Is there any way to achieve this CDC? > > >