mjsax opened a new pull request, #22929: URL: https://github.com/apache/kafka/pull/22929
group.consumer.assignors is a broker config, and thus its type is always String. The class loader nevertheless accepted Class objects unnecessarily. This PR drops the Class branch to simplify the code. Additionally, this PR improves some error messages. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
