sigram opened a new pull request, #81: URL: https://github.com/apache/solr-sandbox/pull/81
When the support for other request types (ADMIN, CONFIGSET) was added part of the original patch hasn't been applied, namely the changes to `KafkaCrossDcConsumer.pollAndProcessRequests()` that allowed it to handle request types other than `Type.UPDATE`. Unfortunately existing unit tests didn't cover this functionality. In actual use this caused ClassCastException whenever other request types were handled. This PR brings back the support, as well as adds a unit test to exercise it. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
