Apache Kafka Connect is a tool for scalable and reliable streaming data between Apache Kafka and other data systems.
When I'm starting a connector in distributed mode (connect-runtime v1.0.0), there are several configuration values that are mandatory. I'm speaking …
apache-kafka apache-kafka-connectWhen and how often does Kafka High Level Producer elect a leader? Does it do before sending each message or …
apache-kafka kafka-producer-api apache-kafka-connectI have a total of 3 VM's(CloudVPS). Each of them has java, confluent open source installed on them. In VM1 …
apache-kafka kafka-consumer-api apache-kafka-connect confluent-platformI've been trying to connect kafka to elasticsearch using kafka-connect api.Kafka version is 0.11.0.0.These are the steps I followed: 1.…
elasticsearch apache-kafka apache-kafka-connect confluent-platformI was trying to reproduce the example from [Databricks][1] and apply it to the new connector to Kafka and spark …
scala apache-spark apache-kafka apache-kafka-connect spark-structured-streamingI am looking to productionize and deploy my Kafka Connect application. However, there are two questions I have about the …
amazon-s3 apache-kafka apache-kafka-connect confluent-platformI am trying to use the Kafka Connect JDBC Source Connector with following properties in BULK mode. connector.class=io.…
apache-kafka apache-kafka-connect kafka-producer-apiI'm trying to use the Kafka Connect Elasticsearch connector, and am unsuccessful. It is crashing with the following error: [2018-11…
apache-kafka apache-kafka-connect confluent-platform