Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-kafka

The correct way for creation of KafkaTemplate in spring boot

Kafka consumer reconnection after getting disconnected

How to expose kafka metrics to /actuator/metrics with spring boot 2

The class is not in the trusted packages although appears in the list of trusted packages

spring-boot spring-kafka

Spring Kafka JsonDesirialization MessageConversionException failed to resolve class name Class not found

How to create separate Kafka listener for each topic dynamically in springboot?

Spring Kafka-Difference between configuring KafkaTemplate with Producer Listener and registering a callback with Listenable Future

java spring spring-kafka

Spring Kafka Auto Commit Offset In Case of Failures

How to write Unit test for @KafkaListener?

When to use ConcurrentKafkaListenerContainerFactory?

Spring Kafka: Multiple Listeners for different objects within an ApplicationContext

Write to two Kafka topics in a single transaction using Spring Kafka

How to handle SerializationException after deserialization

Spring Kafka Consumer Retry

Can a single Spring's KafkaConsumer listener listens to multiple topic?

Spring Kafka Producer not sending to Kafka 1.0.0 (Magic v1 does not support record headers)

kafka embedded : java.io.FileNotFoundException: /tmp/kafka-7785736914220873149/replication-offset-checkpoint.tmp

Transaction Synchronization in Spring Kafka

How to get message by key from kafka topic

Swagger documentation for Kafka Listener