-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Documentation fix for 'Message Channels with Hazelcast' #9230
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
Milestone
Comments
Fee free to contribute such a fix: https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.adoc. Thank you! |
artembilan
pushed a commit
that referenced
this issue
Jun 12, 2024
Fixes: #9230 Some code was present in the code snippet that shouldn't be there. **Auto-cherry-pick to `6.3.x` & `6.2.x`**
This was referenced Jun 12, 2024
EddieChoCho
pushed a commit
to EddieChoCho/spring-integration
that referenced
this issue
Jun 26, 2024
Fixes: spring-projects#9230 Some code was present in the code snippet that shouldn't be there. **Auto-cherry-pick to `6.3.x` & `6.2.x`**
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Expected Behavior
The code snippet in the hazelcast.adoc documentation (section Message Channels with Hazelcast) should provide the correct way of instantiating the QueueChannel.
Current Behavior
There is some code in the code snippet that should not be there. (Message<?>>)
Context
By looking at the documentation and deciding which message channel approach I would be using, I found this code snippet to be weird-looking and seemingly incorrect.
The text was updated successfully, but these errors were encountered: