spring-cloud-stream-binder-kafka Questions

1

Solved

There are so few examples of different methods of error-handling in spring cloud streams, and the few that are provided partially via the documentation don't seem to work either. I have a test repo...

2

Solved

I think it's related to the below links, but I don't understand. https://issues.apache.org/jira/browse/KAFKA-6535 https://issues.apache.org/jira/browse/KAFKA-6150 Kafka Streams deleting consumed r...

2

I have a spring boot application which has two functionalities Http requests and kafka Messages handling. I want this application to run in mode which is enabled from application.yml i.e if the use...

2

Solved

I am using Spring Cloud Streams with the Kafka Streams Binder, the functional style processor API and also multiple processors. It's really cool to configure a processing application with multiple ...

1

Solved

I am using Spring Cloud Stream 3.1.2 for KafkaStreams. The programming models are: Functional Programming Imperative Programming The latter one uses annotations as all the other annotations that ...

2

Solved

I am trying to do a simple POC with Kafka Streams. However I am getting exception while starting the application. I am using Spring-Kafka, Kafka-Streams 2.5.1 with Spring boot 2.3.5 Kafka stream co...

0

I am using Spring Cloud Stream Kafka binder to consume messages from Kafka. I am able to make my sample work with a single Kafka Binder as below spring: cloud: stream: kafka: binder: consumer-...

1

Solved

I have a Spring Cloud Stream project using the Kafka binder and I'm trying to understand and eventually customize the RetryTemplate used by Cloud Stream. I'm not finding a lot of documentation on ...

1

My Scs application has two Kafka producers with this configuration: spring: cloud: function: definition: myProducer1;myProducer2 stream: bindings: myproducer1-out-0: destination: topic1 pr...

1

Solved

I have create a spring-boot-2 gradle project, also in build.gradle file i have added Kafka related dependency which given below. dependencies { implementation 'org.springframework.cloud:spring-cl...
1

© 2022 - 2025 — McMap. All rights reserved.