python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Spring Cloud Stream: consumer for different message types
With a StreamBridge I send messages with two different types of objects to a single Kafka topic.
Is there a way to define a functional consumer with Spring Cloud Stream capable of consuming both types...
Gianni
Votes: 0
Answers: 1
Spring cloud data flow custom stream auto kafka binding
Actually I'm doing my own streams in spring cloud data flow, developing my own processors and sinks. But I'm a bit stucked with the internal kafka bindings. I will expose an example:
I make this strea...
Antonio Miranda
Votes: 0
Answers: 0
Spring cloud stream kafka consumer DefaultErrorHandler not working
I need help in error handling scenario in spring cloud stream kafka binder. My Application has java 8 consumer of which binding is specified in application.yaml. The consumer is written as :
@Bean
pub...
Ankit Gautam
Votes: 0
Answers: 0
Spring Cloud Stream - How to avoid sending messages to non-target brokers
I have a kafka producer application with the following configuration.
spring:
main:
banner-mode: off
application:
name: sample-app
cloud:
stream:
function:
definition:...
whyuenacccc
Votes: 0
Answers: 1