Apache Kafka Connect is a tool for scalable and reliable streaming data between Apache Kafka and other data systems.
After starting Kafka Connect (connect-standalone), my task fails immediately after starting with: java.lang.OutOfMemoryError: Java heap space at java.…
java apache-kafka jvm apache-kafka-connectI am new in Kafka, I use kafka to collect netflow through logstash(it is ok), and I want to …
elasticsearch apache-kafka kafka-consumer-api apache-kafka-connectwhen i use kafka0.8.x,i can get all group list with zookeeper by path /consumers/group_id, because offsets …
apache-kafka apache-zookeeper kafka-consumer-api apache-kafka-connectWhen starting Kafka-Connect, I saw lots of warnings 10:33:56.706 [DistributedHerder] WARN org.apache.kafka.clients.admin.AdminClientConfig - The configuration 'config.…
apache-kafka apache-kafka-connectI'm working a couple of Kafka connectors and I don't see any errors in their creation/deployment in the console …
java debugging apache-kafka slf4j apache-kafka-connectI have been trying this for two weeks now, I am running Kafka cluster on separate machines than my connect …
apache-kafka apache-kafka-connectI created a cassandra-sink connector after that I made some changes in connector.properties file. After stopping the worker and …
apache-kafka apache-kafka-connectI set up Kafka for local run. I have written sample producer and consumer in Java and running from local, …
java apache-kafka kafka-producer-api apache-kafka-connect confluent-platformI am writing log messages into a Kafka Topic and I want the retention of this topic to be permanent. …
apache-kafka apache-kafka-connectI am trying to use Kafka Connect JDBC sink connector to insert data into Oracle but it is throwing an …
apache-kafka kafka-consumer-api apache-kafka-connect