The Spring for Apache Kafka (spring-kafka) project applies core Spring concepts to the development of Kafka-based messaging solutions.
I'm trying to use Spring Cloud Stream to integrate with Kafka. The message being written is a Java POJO and …
spring apache-kafka spring-cloud-stream spring-kafkaI created a spring boot application that sends messages to a Kafka topic. I am using spring spring-integration-kafka: A KafkaProducerMessageHandler&…
spring junit apache-kafka spring-kafkaI am using Spring Kafka 1.2.2.RELEASE. I have a Kafka Listener as consumer that listens to a topic and index …
spring apache-kafka spring-kafkaHow to use Spring-Kafka to read AVRO message with Confluent Schema registry? Is there any sample? I can't find it …
avro spring-kafka confluent-platform confluent-schema-registryWe are planning to use Kafka for queueing in our application. I have some bit of experience in RabbitMQ and …
java spring-boot apache-kafka rabbitmq spring-kafkaThis question is for Spring Kafka, related to Apache Kafka with High Level Consumer: Skip corrupted messages Is there a …
java apache-kafka spring-kafka