Change private
fields/methods to protected
in Consumer class to allow for extensibility
#514
Closed
jasonraimondi
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
I am looking to extend this class to add some custom functionality but all the private methods are a bit of a hindrance. Would you be open to the idea of changing all the private methods to protected? I would be happy to submit this pull request.
Rationale
Beta Was this translation helpful? Give feedback.
All reactions