python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to add multiple topics in JDBC Sink Connector configuration and get topics data in multiple target tables?
Below is my JDBC-Sink connector configuration:
connector.class=io.confluent.connect.jdbc.JdbcSinkConnector
behavior.on.null.values=ignore
table.name.format=kafka_Address_V1, kafka_Attribute_V1
connect...
Ragini Gupta
Votes: 0
Answers: 1
Sqlserver connector tried to access protected method
I m getting this error in connector
Caused by: java.lang.IllegalAccessError: class io.debezium.connector.sqlserver.SqlServerConnectorConfig$$Lambda$748/0x0000000800fe6628
tried to access protected me...
Shala
Votes: 0
Answers: 0
Kafka Mongo on kubernetes(minikube) (Mongo as source to Kafka NOT Working) with bitnami/kafka
Which chart:
charts/bitnami/kafka/
https://github.com/bitnami/charts/tree/master/bitnami/kafka
Describe the bug
I am following the tutorial Build a Scalable, Fault-Tolerant Messaging Cluster on Kub...

Faaiz
Votes: 0
Answers: 1
MYSQL CDC using apache Kafka and kafka connect on my local without using docker and confluent
What is the best way to run a Kafka cluster on a server without docker and confluent cloud for CDC
how do i connect mysql db to kafka cluster running on local and create a sink connection to another m...

Rooban Kumar
Votes: 0
Answers: 1