Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kafka-consumer-api

What happens if offset specified by kafka consumer is not present in Broker?

Is it possible to read from multiple partitions using Kafka Simple Consumer?

How to programmatically check if Kafka Broker is up and running in Python

How to close kafka consumer once all messages are consumed?

Kafka: How to Display Offsets

Difference in kafka 0.8 with kafka 0.10

Don't print the kafka-console-consumer warnings

Kafka: Single consumer group in multiple instances

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