Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kafka-consumer-api

How do I stop attempting to consume messages off of Kafka when at the end of the log?

Can a kafka consumer group freeze during a rebalance

Kafka having duplicate messages

Spark Streaming from Kafka Consumer

Maximum subscription limit of Kafka Topics Per Consumer

Consumer and producer failing with error: "Connection to 0 was disconnected before the response was read"

What is the difference between MANUAL and MANUAL_IMMEDIATE in spring-kafka AckMode

Kafka: what is the point of using "acknowledgment.nack" if I can simply "not acknowledgment.acknowledge"

How to remove a Kafka consumer group from a specific topic?

Kafka - Consumer group creation with specific offset?

WARN Error while fetching metadata with correlation id 1 : {MY_TOPIC?=INVALID_TOPIC_EXCEPTION} (org.apache.kafka.clients.NetworkClient)

Kafka topic partition and Spark executor mapping

Error reading field 'topics': java.nio.BufferUnderflowException in Kafka

kafka-console-consumer custom deserializer

How does Zookeeper/Kafka retain offset for a consumer?

Kafka Consumer Assignment returns Empty Set

How to create a new consumer group in kafka

unable to set 'max.poll.records' under kafka consumer, where cons.poll still returns all records under partition

How customer offsets are maintained in mirrored cluster in Kafka?

How to set group name when consuming messages in kafka using command line?