You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
orver
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
orgradlew --version
)Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Additional information
No response
The text was updated successfully, but these errors were encountered: