-
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
Custom ObjectMapper in application affects Kafka UI Dev service #29976
Comments
/cc @alesj(kafka), @cescoffier(kafka), @ozangunalp(kafka) |
@gitkeerthi Thanks for opening the issue here. The Kafka UI server needs to create its own ObjectMapper instance. |
@ozangunalp Is there a workaround you suggest? |
@gitkeerthi I can't think of any workarounds. But I think the fix can be backported. |
The fix will be in 2.15.1.Final, the release is in progress and should hopefully hit Maven Central before the end of the day. |
@ozangunalp Sorry to report that the issue still exists in 2.15.1.Final |
Fixes quarkusio#29976 (cherry picked from commit b2ac6b2)
Fixes quarkusio#29976 (cherry picked from commit b2ac6b2)
Describe the bug
I have custom ObjectMapperCustomizer that I needed to convert all json payloads to use snake_case.
This apparently affects the Kafka UI running as one of the dev services. How do I isolate kafka dev services from this?
Expected behavior
The Kafka UI dev service should function as expected
Actual behavior
Application's custom JsonMappers affects Kafka UI's payload and as a result renders the UI unusable
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: