Kafka compatibility metrics

2020-02-17 Thread Ajith Kumar Rajendran
Hi team, Need a kafka compatibility metrics details *Thanks and regards,* *Ajith Kumar Rajendran* *+91 9080451861*

Issue Regarding Kafka-log size. In Windows Operating system

2020-02-17 Thread Savan Tripathi
Dear sir, I am new to Apache Kafka. I am developing an application in which Apache kafka is working as broker. I am producing random data using Spring Boot application and inserting it to PostgreSQL's TimeScale Database using Telegraf plugin and Kafka broker. While I am running my application and

Kafka Connect: No tasks created for a connector

2020-02-17 Thread Vit Koma
Hi All, we are running Kafka Connect in a distributed mode with Debezium (Mongo) as a source and Confluent S3 connector as a sink. When add a new connector via the REST API the connector is created in RUNNING state, but no tasks are created for the connector. When we stop all workers and then star

Re: Using Kafka AdminUtils

2020-02-17 Thread Israel Ekpo
Take a look at the new AdminClient or KafkaAdminClient classes https://kafka.apache.org/24/javadoc/org/apache/kafka/clients/admin/KafkaAdminClient.html https://kafka.apache.org/24/javadoc/org/apache/kafka/clients/admin/AdminClient.html You can describe the topic or topics in question and it shoul