Re: SQL Server CDC

2018-06-19 Thread Subhash Sriram
You can read more here: https://docs.confluent.io/current/connect/connect-jdbc/docs/source_connector.html Hope that helps. Thanks, Subhash Sent from my iPhone > On Jun 19, 2018, at 11:12 AM, Pranav Shah wrote: > > Hello, > > Is there connector available for Kafka

Re: SQL Server CDC

2018-06-19 Thread Subhash Sriram
Hi Pranav, Yes, there is a JDBC source connector that you can use to achieve CDC from SQL into Kafka using connect. Thanks, Subhash Sent from my iPhone > On Jun 19, 2018, at 11:12 AM, Pranav Shah wrote: > > Hello, > > Is there connector available for Kafka SQL Server C

Re: SQL Server CDC

2018-06-19 Thread Pranav Shah
Hello, Is there connector available for Kafka SQL Server CDC? Thanks, Pranav On Fri, 15 Jun 2018 at 11:12, Pranav Shah wrote: > Hello, > > Good day!!! > > I have requirement to capture change of SQL Server; but I don't want to > use SQL Server Replication. I can'

SQL Server CDC

2018-06-15 Thread Pranav Shah
Hello, Good day!!! I have requirement to capture change of SQL Server; but I don't want to use SQL Server Replication. I can't use SQL Server CDC because limitation of SQL Server version. I know I can achieve using Kafka-Connect API but don't know how to do it. Would you please