Hi, I'm trying to setup a Spring Cloud Streams app...
# spring
m
Hi, I'm trying to setup a Spring Cloud Streams app that talks with Kafka, but configuring it has been a nightmare. What I'm trying to do is: have to pipelines made of composing multiple functions. Have separate series for input and output of each pipeline's consumer and producer. Handle schema registry login info. Have a producer pick a topic based on message content.
😶 3
s
Not kotlin specific, but our team uses Spring Cloud Streams extensively and are big fans of it, so willing to help out anyway
have to pipelines made of composing multiple functions
Have separate series for input and output of each pipeline’s consumer and producer.
Just have multiple
spring.cloud.function.definition
properties separated by
;
Handle schema registry login info
This is most likely configured in the kafka binder rather than w/ spring cloud streams itself.
Have a producer pick a topic based on message content.
edit: if you know the destinations ahead of time you can also configure multi-output via flux tuple