spring-kafka icon indicating copy to clipboard operation
spring-kafka copied to clipboard

Provides Familiar Spring Abstractions for Apache Kafka

Results 89 spring-kafka issues
Sort by recently updated
recently updated
newest added
trafficstars

**In what version(s) of Spring for Apache Kafka are you seeing this issue?** "3.3.7" **Describe the bug** When enabling tracing in Spring Kafka using the following configuration: spring: kafka: template:...

type: bug
status: waiting for reporter

**In what version(s) of Spring for Apache Kafka are you seeing this issue?** 3.2.4 **Describe the bug** Suspend methods don't trigger the default error handler on exception **To Reproduce** I...

type: enhancement

**Expected Behavior** Create a sample with spring-kafka and spring webflux **Context** I need to develop a microservices with spring webflux to expose a set of http rest api to allow...

type: enhancement
status: waiting for reporter

**In what version(s) of Spring for Apache Kafka are you seeing this issue?** For example: 2.8.5 **Describe the bug** Caused by: java.util.ConcurrentModificationException: KafkaConsumer is not safe for multi-threaded access at...

type: bug
status: waiting for reporter

**Expected Behavior** I'm using a Spring Cloud Steam `ListenerContainerCustomizer` to customize a `AbstractMessageListenerContainer` in order to add a record interceptor. I would expect to be able to add a record...

type: enhancement

**Expected Behavior** there is docs **Current Behavior** [there is no docs](https://docs.spring.io/spring-kafka/reference/retrytopic/dlt-strategies.html) (on this page at least) **Context** I'm investigating DLT and retry flows with spring-kafka however, I stumbled on the...

type: enhancement
status: waiting-for-triage

**Version(s) of Spring for Apache Kafka** 3.4 **Description** I want to use ReplyingKafkaTemplate in order to implement Request-Reply messaging pattern with Kafka having end-to-end transactionality. I have tried many solutions...

type: bug
status: waiting-for-triage

**Expected Behavior** When using a RecordFilterStrategy in combination with an AckMode like RECORD, only the consumer offsets of the records that have been handled, should be committed. Suggestion: Add a...

type: enhancement
status: waiting-for-triage

[DRAFT] Fixes #GH-3448 **Issue**: Fenced Child Container could stop the running ConcurrentContainer **Fix**: Configure KafkaMessageListenerContainer (KMLC) to use ConcurrentMessagleListenerContainerRef instead of ConcurrentContainer. Internally, ConcurrentContainerRef checks if KMLC is fenced when...