-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add examples for using SI with Project Reactor #317
Comments
Yes, we know that this repo has to have more love for Java DSL samples. Regarding the Project Reactor support. There is no simple and straightforward answer. The target solution depends on your use-case. My point is that even if we would provide some explicit reactive streams example it would not answer to all the possible reactive questions with integration. The basics of Spring Integration are present in this repo. The concrete complex use-case is out of scope of these projects. You may find some my answers to reactive streams questions in my sandbox repo: https://github.com/artembilan/sandbox |
@artembilan I think you should upload your sandbox examples into this repo. Reactive Spring Integration with Kafka? Super relevant. Why hide it? Of course the request for "more Reactive Spring Integration examples" is general, but he's right in general. If there would be more examples there it would be much easier for people. And it doesn't really matter what kind of examples. Any JavaDSL & Reactive based examples would help people. The more organized and large the project would be, the more helpful. |
@artembilan Data pipelines like you have in your own repo are exactly the ones people ask. |
Sure! |
I'd like there to be examples for using the JavaDSL with Project Reactor. It's very hard to find reference to such usage. In general, this repo is super confusing and hard for JavaDSL users.
The text was updated successfully, but these errors were encountered: