Skip to content
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

Stop using the spring stomp broker relay until it supports reactor 3 #24

Closed
the-james-burton opened this issue Jan 11, 2017 · 2 comments

Comments

@the-james-burton
Copy link
Owner

the-james-burton commented Jan 11, 2017

I want to start using reactor 3 in this project. The spring stomp broker relay (see 26.4.7 Full-Featured Broker) requires reactor 2. Unfortunately, reactor 3 is not backward compatible and has the same maven co-ordinates (io.projectreactor:reactor-core). The stomp broker relay fails hard if reactor 3 is present instead of reactor 2.

According to the docs, spring-boot v2 will be using reactor 3, but there is no release date for that and M1 is not due until end of March 2017.

Therefore the best thing to do is for me to just stop using the broker and instead use the built in simple broker until the spring stomp broker relay is upgraded to use reactor 3.

@the-james-burton
Copy link
Owner Author

@the-james-burton
Copy link
Owner Author

Done. There was a minor quirk: AngularStompDK in atacama doesn't seem to pass the credentials on to the server. I think this is a limitation of SockJS, but I'm not sure.

Since this is (hopefully) a temporary situation, I have simply unsecured the websocket endpoints and it all works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant