Skip to content
  • Home
  • Questions
    • Ubuntu solutions
  • Tutorials
  • Privacy Policy
  • Contact

Dev solutions

Solutions for development problems

Tag: spring-cloud-stream

How to get correlation id in Spring Cloud Stream

Advertisements Spring Team, The below producer is able to send the values to a kafka topic successfully. @Bean Supplier<Flux<Integer>> someProducer(){ return () -> Flux.range(1, 10); } But..how do we get the correlation id of the message produced as we get using ReactiveKafkaSender? Since the flux is subscribed by Spring internally, Is there any way to… Read More How to get correlation id in Spring Cloud Stream

May 10, 2023 MRLeave a comment

StreamBridge with reactive binder

Advertisements Spring Team, Is the Stream bridge safe to use along with Kafka ReactiveBinder? The below method returns a boolean. Not a Mono<Boolean>. Hence this question..! streambridge.send(…) The doc says, it returns true if the message was sent successfully. sounds like "blocking" >Solution : Yes, it’s safe. The result simply means that the send to… Read More StreamBridge with reactive binder

May 10, 2023 MRLeave a comment
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

api arrays c c# c++ console css dart dataframe dictionary django dom dplyr express flutter frame ggplot2 go html http https java javascript jquery json laravel list mysql numpy oop orm pandas php postgresql python python-3.x r react-hooks reactjs regex rust sql sql-server sse typescript

Proudly powered by WordPress | Theme: Cerauno by Automattic.
Exit mobile version
%%footer%%