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

Kafka deserializer autodetection is not working for classes, implementing the Deserializer interface indirectly #42353

Closed
slinstaedt-hlag opened this issue Aug 7, 2024 · 1 comment · Fixed by #43262
Assignees
Labels
area/kafka kind/bug Something isn't working
Milestone

Comments

@slinstaedt-hlag
Copy link

Describe the bug

Brief: Auto-detection seems to work, when a concrete deserializer directly implements org.apache.kafka.common.serialization.Deserializer, but fails to be looked up, when this interface is being indirectly (e.g. via a base class) inherited.

Expected behavior

Auto-detection works for all classes, implementing Kafka's Deserializer interface.

Actual behavior

Auto-detection fails to discover this potential deserializer class.

How to Reproduce?

No response

Output of uname -a or ver

Linux JIRA-ITC-1752 5.15.137.3-microsoft-standard-WSL2 #1 SMP Mon Nov 6 23:32:38 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Output of java -version

openjdk version "17.0.12" 2024-07-16

Quarkus version or git rev

3.12.2

Build tool (ie. output of mvnw --version or gradlew --version)

Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)

Additional information

No response

@slinstaedt-hlag slinstaedt-hlag added the kind/bug Something isn't working label Aug 7, 2024
Copy link

quarkus-bot bot commented Aug 7, 2024

/cc @alesj (kafka), @cescoffier (kafka), @ozangunalp (kafka)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kafka kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants