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 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
How to set spring-cloud-stream kafka reconnect frequency?
Is there a way tp set the reconnect frequency or time between two reconnect tries in spring cloud stream kafka binder?
In case the kafka cluster goes down while the application is running, it continuo...
Karthik
Votes: 0
Answers: 1
Apache Kafka ProducerConfig internal.auto.downgrade.txn.commit isn't a known config
I'm not sure how to title this issue. But we have a Kafka producer project which has this warning show up on the logs.
o.a.k.clients.producer.ProducerConfig : The configuration 'internal.auto.downgrad...
Matthew S
Votes: 0
Answers: 1