The Spring for Apache Kafka (spring-kafka) project applies core Spring concepts to the development of Kafka-based messaging solutions.
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-kafkaI am just starting to use Kafka with Spring Boot & want to send & consume JSON objects. I am …
spring spring-boot apache-kafka spring-kafkaI 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-kafkaI am attempting to load in multiple topics to a single @KafkaListener but am running into trouble as I believe …
spring-boot spring-kafkaWe 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-transactionsUsing 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-kafkaI 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-kafkaI 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-kafkaWe have an issue where it appears that a Kafka consumer is not receiving messages published to a topic. (I …
apache-kafka spring-kafkaI'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