Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kafka-consumer-api

Kafka Connect JDBC sink connector not working

How to pass topics dynamically to a kafka listener?

ERROR org.apache.kafka.common.utils.KafkaThread - Uncaught exception in thread 'kafka-producer-network-thread

java.lang.ClassCastException:xx cannot be cast to org.apache.avro.generic.IndexedRecord

What should I use: Kafka Stream or Kafka consumer api or Kafka connect

Kafka: How to get last modified time for a topic i.e. last message added to any partition of the topic

How to fix: java.lang.OutOfMemoryError: Direct buffer memory in flink kafka consumer

Why don't Kafka's seekToBeginning and seekToEnd work with assign?

Zookeeper sessions keep expiring...no heartbeats?

Kafka Stream API vs Consumer API

Is there any way to maintain message ordering between partitions of a kafka topic with a single consumer?

Read Kafka topic in a Spark batch job

How to delete kafka consumer group (created via new consumer api)?

Delete unused kafka consumer group

How to get last consumed offset for a consumer group?

Kafka High-level Consumer error_code=15

Error sending fetch request (sessionId=INVALID, epoch=INITIAL) to node 1001: org.apache.kafka.common.errors.DisconnectException

How to make Spark Streaming (Spark 1.0.0) read the latest data from Kafka (Kafka Broker 0.8.1)

Why do we need to mention Zookeeper details even though Apache Kafka configuration file already has it?

How does Kinesis achieve Kafka style Consumer Groups?