Sample projects of Reactive Stream support #3443
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! Unfortunately we don't have enough resources in project team to cover all the samples aspects. The best place at the moment to obtain some reactive info in Spring Integration is documentation: https://docs.spring.io/spring-integration/docs/current/reference/html/reactive-streams.html#reactive-streams We won't mind adding some samples if there is a good simple general idea to satisfy every single seeker. |
Beta Was this translation helpful? Give feedback.
Hi!
Unfortunately we don't have enough resources in project team to cover all the samples aspects.
Also it is not going to be so simple sample since reactive programming is not just the way to show bridging from
Flux
to Spring Integration flow and back. We would need to build the whole end-to-end complex solution to demonstrate all the power of reactive API in Spring Integration with its utilities and channel adapters.The best place at the moment to obtain some reactive info in Spring Integration is documentation: https://docs.spring.io/spring-integration/docs/current/reference/html/reactive-streams.html#reactive-streams
We won't mind adding some samples if there is a good simple general…