python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using Spring Cloud Stream Kafka Streams with Avro input/output with nativeEncoding/decoding=false
We're testing the use of Kafka Streams via Spring Cloud Stream function support with Avro input/output records, but setting nativeEncoding=false and nativeDecoding=false in order to use a custom Messa...

José María Lora
Votes: 0
Answers: 1
Spring Cloud Stream Kafka - "Failed to create topics" error for consumer
I am running JDK 11, Spring Boot 2.5.5 and Spring Cloud 2020.0,5 and Kafka 2.7.2.
When I have this consumer code with a Message Type of my business object:
@Bean
public Consumer<Message<MyOb...
sgsd
Votes: 0
Answers: 1
Spring cloud stream routing on payload
I want to use spring cloud stream for my microservice to handle event from kafka.
I read from one topic that can hold several JSON payloads (I have one topic since its all messages arrived to it are f...
user1409534
Votes: 0
Answers: 1
How to set Key in Stream cloud function
I'm using stream cloud stream in order to receive and publish events to kafka
I also use the functional programing model.
Say I have this bean definition:
@Bean
public Function<InputMsg,OutputMsg&g...
user1409534
Votes: 0
Answers: 1