smjn opened a new pull request, #22411: URL: https://github.com/apache/kafka/pull/22411
* Share group dlq code resides in the `server-common` module. It is currently needed by the implementations in `core` and `server` module. * Additionally, it has dependency on `ShareGroupMetrics` and `LogReader` which are in `server` module. * To keep the current structure, it would require adding additional dependency-breaking interfaces in `server-common`. * Instead, it is better to move the code itself to `server` as it is not needed by other kafka components. -- 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]
