Top "Spring-kafka" questions

The Spring for Apache Kafka (spring-kafka) project applies core Spring concepts to the development of Kafka-based messaging solutions.

Acknowledgement.acknowledge() throwing exception in spring-kafka @KafkaListener

When I set enable.auto.commit to false and try to manually commit offset using annotation based spring-kafka @KafkaListener, I …

spring-boot apache-kafka spring-kafka
Spring Boot / Kafka Json Deserialization - Trusted Packages

I am just starting to use Kafka with Spring Boot & want to send & consume JSON objects. I am …

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

I was looking a while and didn't seem to find the answer. I'm using Spring boot 2, Spring Kafka 2.1.4 and I …

spring-boot metrics spring-boot-actuator spring-kafka
Enabling @KafkaListener to take in variable topic names from application.yml file

I am attempting to load in multiple topics to a single @KafkaListener but am running into trouble as I believe …

spring-boot spring-kafka
Synchronising transactions between database and Kafka producer

We have a micro-services architecture, with Kafka used as the communication mechanism between the services. Some of the services have …

apache-kafka spring-transactions spring-kafka distributed-transactions
Spring-Kafka vs. Spring-Cloud-Stream (Kafka)

Using Kafka as a messaging system in a microservice architecture what are the benefits of using spring-kafka vs. spring-cloud-stream + spring-cloud-starter-stream-kafka ? …

spring spring-integration spring-cloud-stream spring-kafka
How to fix kafka.common.errors.TimeoutException: Expiring 1 record(s) xxx ms has passed since batch creation plus linger time

I am using kafka_2.11-2.1.1 and Producer using spring 2.1.0.RELEASE. I am using spring while I am sending the messages …

apache-kafka kafka-producer-api spring-kafka
When to use ConcurrentKafkaListenerContainerFactory?

I am new to kafka and i went through the documentation but I couldn't understand anything. Can someone please explain …

java apache-kafka kafka-consumer-api spring-kafka
How to determine a Kafka consumer's offset

We have an issue where it appears that a Kafka consumer is not receiving messages published to a topic. (I …

apache-kafka spring-kafka
Exponential backoff with message order guarantee using spring-kafka

I'm trying to implement a Spring Boot-based Kafka consumer that has some very strong message delivery guarentees, even in a …

apache-kafka messaging spring-kafka spring-retry exponential-backoff