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

Provides Familiar Spring Abstractions for Apache Kafka

Results 66 spring-kafka issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/spring-projects/spring-kafka/discussions/2250 Originally posted by **Walnussbaer** May 3, 2022 Hi everyone, I'm really strunggeling with some basic functionality that I would like to achieve using KafkaTemplate and I...

type: improvement

**In what version(s) of Spring for Apache Kafka are you seeing this issue?** 2.8.11 **Describe the bug** With a `MessageListenerContainer` configured with `FixTxOffsets` set to `true`, when all the available...

type: improvement

**Expected Behavior** When using multiple kafkaTemplates with observations, the kafkaAdmin made automatically can connect to kafka with SSL. **Current Behavior** When using multiple kafkaTemplates with observations, the properties for sasl,...

type: enhancement

**In what version(s) of Spring for Apache Kafka are you seeing this issue?** spring-kafka:3.0.4 kafka-clients:3.3.2 **Describe the bug** Tryied to create a native springboot with kafka using microsoft azure eventhub...

type: enhancement
status: waiting for reporter

### Feature request **PROBLEM** Currently, mapping id's to classes is, for example, done through configuration beans. There a `TypePrecedence`, `mapping` and `TypeMapper` can be configured. For any additional message, you...

type: enhancement

**In what version(s) of Spring for Apache Kafka are you seeing this issue?** 3.0.1 **Describe the bug** I am still new to Spring boot 3 aot. Best I can describe...

type: bug
status: waiting for reporter

**Context** At the moment I'm migrating some Spring Boot 2.7.x, Spring for Apache Kafka applications to Spring Boot 3. I followed the migration guide and Spring Kafka documentation regarding migrating...

type: documentation

**Expected Behavior** Azure Event hubs provide Kafka API compatibility and provides sdk for blob storage. https://learn.microsoft.com/en-us/java/api/overview/azure/messaging-eventhubs-checkpointstore-blob-readme?view=azure-java-stable Can spring-kafka has similar offering so that we can plugin server details and checkpoints...

type: enhancement
status: waiting for reporter

### Discussed in https://github.com/spring-projects/spring-kafka/discussions/2205 https://github.com/spring-projects/spring-kafka/discussions/2205#discussioncomment-4302539

type: enhancement

### Discussed in https://github.com/spring-projects/spring-kafka/discussions/2146 Originally posted by **psh05** March 4, 2022 Currently there is one consumer per topic. If an app consumes from multiple topics which will implement multiple retries...

type: enhancement