Search code examples
Can we have exactly-once-processing with Spring kafka?...


javaspringspring-bootapache-kafkaspring-kafka

Read More
Spring cloud stream producer retries and error handling...


spring-bootspring-kafkaspring-cloud-stream

Read More
Unable to send Kafka Avro Message to Message Channel <Failed to convert Generic Message to Outbou...


spring-bootspring-cloudspring-kafkaspring-cloud-streamjackson-dataformat-avro

Read More
How to properly test kafkaTemplate.send() within a function in Junit5?...


apache-kafkaintegration-testingspring-kafkajunit5

Read More
No qualifying bean of type 'org.springframework.kafka.core.ProducerFactory<java.lang.Object, ...


javaspringspring-bootapache-kafkaspring-kafka

Read More
Can one Kafka Producer Class have multiple @EventListener methods?...


spring-bootapache-kafkaspring-kafka

Read More
Allowed packages in custom header of Kafka-Message...


javaapache-kafkaspring-kafka

Read More
Missing dependency on EmbeddedKafka on integration test with groovy and spock...


javaspring-bootgradlespring-kafkaspring-kafka-test

Read More
Spring Cloud Stream - Is there a way to customize the StreamThread thread name?...


javaspring-bootspring-kafkaspring-cloud-stream

Read More
How to configure DLQ in a stateful application with Spring-Boot?...


javaspring-bootspring-kafkastatefuldead-letter

Read More
How to test Kafka OnFailure callback with Junit?...


junitapache-kafkamockitospring-kafkaspring-kafka-test

Read More
Spring Apache Kafka onFailure Callback of KafkaTemplate not fired on connection error...


spring-bootapache-kafkaspring-kafka

Read More
Sprint boot database polling or listen database updates...


javaoraclespring-boottriggersspring-kafka

Read More
Reload consumer properties with spring kafka...


springspring-bootspring-kafka

Read More
Use Kakfa connection to dynamically Subscribe/Unsubscribe the Kafka Topics using Spring Boot...


javaspring-bootapache-kafkaspring-kafka

Read More
Spring Kafka | How to make DeserializationException retryable?...


javaspring-bootapache-kafkaspring-kafkaspring-retry

Read More
DefaultErrorHandler doesn't log not retryable exceptions...


spring-kafka

Read More
Exponential backoff with message order guarantee using spring-kafka...


apache-kafkamessagingspring-kafkaspring-retryexponential-backoff

Read More
Embedded Kafka starting with wrong number of partitions...


javaspring-bootapache-kafkaspring-kafkaspring-kafka-test

Read More
@RetryableTopic showing weird behaviour when using with topicPartitions to reset offset - spring kaf...


spring-kafka

Read More
Will Spring KafkaContainerStoppingErrorHandler commits offset for batch listener...


spring-kafka

Read More
Read the data from @KafkaListener when user hits GET request using Spring boot and spring Kafka...


javaspring-bootrestspring-kafka

Read More
Can't find KafkaTemplate bean, even though I've defined one...


javaspring-bootapache-kafkaspring-kafkaautowired

Read More
Spring kafkaListener Consumer GroupID for a Partition...


apache-kafkaspring-kafka

Read More
Hot to get serialized String from ConsumerRecord?...


javaspring-bootapache-kafkaspring-kafka

Read More
Advisable to run a Kafka producer + consumer in same application?...


springapache-kafkaspring-kafka

Read More
How to get threadlocal for concurrency consumer?...


spring-kafka

Read More
IntegrationFlow for Kafka Message error while configureListenerContainer...


apache-kafkaspring-integrationspring-kafkaspring-integration-dsl

Read More
Kafka + Spring Boot + Docker Compose - Receiving duplicate messages...


javadockerapache-kafkaspring-kafka

Read More
how to deserialize based on one field value in payload in Spring Kafka?...


spring-kafka

Read More
BackNext