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.1.3 **Application** SpringBoot application uses spring-kafka module to consume and process the messages. MessageListenerContainer concurrency is 4....

type: bug

**In what version(s) of Spring for Apache Kafka are you seeing this issue?** 3.2.0 **Describe the bug** When using the `@RetryableTopic` annotation on a Listener that returns a `CompletableFuture`, no...

type: enhancement

**Steps**: 1. Create a POJO by avro maven plugin: 1.1. Add `avro-maven-plugin` in `pom.xml`. ```xml org.apache.avro avro-maven-plugin 1.11.0 generate-sources schema ${project.basedir}/src/main/resources/schema-registry ${project.basedir}/src/main/java ``` 1.2. Add avro file (SampleMessage.avsc) in src/main/resources...

type: enhancement
status: waiting for reporter

**In what version(s) of Spring for Apache Kafka are you seeing this issue?** I tested the following versions, they all show the same behaviour: 2.3.13, 2.5.14, 2.6.3, 2.8.2 **Describe the...

type: bug
backport 2.8.x (obsolete)

**In what version(s) of Spring for Apache Kafka are you seeing this issue?** 3.2.0 **Describe the bug** KafkaMessageListenerContainer (at line 2041) assumes that offsets are contiguous. This is not true...

status: waiting for reporter

**Expected Behavior** @Component @KafkaListener(topics = {"job.cache"}, groupId = "cache-consumer") public class JobCacheConsumer { private static Cache cache = new MongoDbCache(); @KafkaHandler @RetryableTopic( backoff = @Backoff(delay = 10_000, multiplier = 2,...

type: enhancement
status: waiting-for-triage

**Expected Behavior** A flag to prevent logs deletion on embedded-kafka shutdown. **Current Behavior** All logs will be deleted on shutdown. **Context**

type: enhancement
status: waiting for reporter

**In what version(s) of Spring for Apache Kafka are you seeing this issue?** Between (at least) 2.9.13 and 3.2.4 **Describe the bug** The [documentation states](https://docs.spring.io/spring-kafka/reference/retrytopic/retry-config.html#using-the-retryabletopic-annotation) that the default `KafkaTemplate` bean...

type: bug
ideal-for-user-contribution
for: backport-to-3.1.x
for: backport-to-3.2.x

Spring Kafka 3.2.4 In the documentation for Dynamically Creating Containers - Prototype Beans (Kotlin) the example throw exception. It should be as follow instead ```kotlin class MyPojo(val id: String, val...

type: bug
type: documentation
ideal-for-user-contribution

Bumps the development-dependencies group with 1 update: [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-starter` from 3.2.9 to 3.2.10 Release notes Sourced from org.springframework.boot:spring-boot-starter's releases. v3.2.10 :lady_beetle: Bug Fixes management.health.db.ignore-routing-datasources=true has no effect when an...

type: task