-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Livereload doesn't work for AMQP reactive messaging #3347
Comments
Last I knew, this was expected (since the live-reload is triggered on incoming http requests). @stuartwdouglas, @cescoffier has anything changed in that area? |
Sure, that would be the ultimate goal. But for now, I think only HTTP and soon Kafka Streams are supported. |
Yeah, the live reload for Kafka looks really Kafka specific at this point |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you! |
I still think that we should provides live reload for all reactive messaging implementation: AMQP, MQTT and Kafka. |
I generalized this older issue for reactive messaging: #3217 . Closing this one as duplicate. |
Describe the bug
I follow the AMQP guide (https://quarkus.io/guides/amqp-guide) and the livereload was not working. When I update one of my classes I need to restart Quarkus.
Expected behavior
Livereload avoid restarting Quarus for each source modification.
To Reproduce
Steps to reproduce the behavior:
Configuration
Environment (please complete the following information):
uname -a
orver
: Linux 5.0.0-20-generic Introducing JPA integration tests, progress with the Hibernate integr… #21-Ubuntu SMP Mon Jun 24 09:32:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linuxjava -version
: openjdk version "11.0.3" 2019-04-16The text was updated successfully, but these errors were encountered: