-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Kafka ser/deser auto-detection bug during hot-reload #19931
Comments
/cc @cescoffier, @ozangunalp |
@ozangunalp just FYI, I'm looking at this, see the Zulip conversation :-) |
@Ladicek Thanks for the heads up, I was going to ping you anyways |
So I was able to trace this down to what seems like a classloading issue, or maybe bootstrap issue, I don't really know. What I do know is that during hot reload, the However, even after hot reload, the I placed a breakpoint into To me, this means that even though the CC @stuartwdouglas, as this is clearly way above my paygrade 😆 |
This is a duplicate of #17069 |
Also makes sure datasources restart if devservices properties are changed. Fixes quarkusio#17069 Fixes quarkusio#19931
Also makes sure datasources restart if devservices properties are changed. Fixes quarkusio#17069 Fixes quarkusio#19931
Also makes sure datasources restart if devservices properties are changed. Fixes quarkusio#17069 Fixes quarkusio#19931
Also makes sure datasources restart if devservices properties are changed. Fixes quarkusio#17069 Fixes quarkusio#19931
Also makes sure datasources restart if devservices properties are changed. Fixes quarkusio#17069 Fixes quarkusio#19931
Describe the bug
There's a bug with hot-reload and https://quarkus.io/guides/kafka#serialization-autodetection
How to Reproduce?
OrderSerializer.java
file to the incorrect:OrderSerializer.java
file to fix it:The text was updated successfully, but these errors were encountered: