Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kafka-producer-api

kafka IllegalStateError: Producer is closed forcefully

Kafka Producer config retry strategy

Can we use multiple kafka template in spring boot?

Kafka consumer not consuming from beginning

Getting the last message sent to a kafka topic

Kafka retries config and performance implications

Too many open files Kafka Exception on running for long

Can we listen to specific keyed messages by Kafka Consumer

Data Loss in kafka producer when a Kafka Broker goes down and comes back

How do I send Protobuf Messages via a Kafka Producer

Java Apache Kafka Producer Metadata Updater & Retry Logic

Do all Kafka broker IPs have to be specified when producing a message

Unable to create topic when kafkaProducer tries to send record for the first time INVALID_REPLICATION_FACTOR

IoT - multiple Kafka producers to publish messages to same topic

org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition

kafka-python 1.3.3: KafkaProducer.send with explicit key fails to send message to broker

Is message deduplication essential on the Kafka consumer side?

spring cloud stream SOURCE with key,value type of message

How is message sequence preserved for topic with many partitions?