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

fixes: #195 NoSuchFieldException when using consumer inherited from KafkaConsumer #469

Merged
merged 7 commits into from
Nov 21, 2022

Conversation

astubbs
Copy link
Contributor

@astubbs astubbs commented Nov 3, 2022

Fixes:

Checklist

  • Documentation (if applicable)
  • Changelog

…afkaConsumer

Corrects use of reflection for field access, by using the KafkaConsumer class directly, instead of trying to find it from the provided consumer.
@astubbs astubbs linked an issue Nov 3, 2022 that may be closed by this pull request
@astubbs astubbs marked this pull request as ready for review November 3, 2022 12:55
Copy link
Contributor Author

@astubbs astubbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@astubbs astubbs merged commit ac84cc6 into master Nov 21, 2022
@astubbs astubbs deleted the refactor/custom-consumer branch November 21, 2022 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NoSuchFieldException when using consumer inherited from KafkaConsumer
1 participant