smjn opened a new pull request, #18718: URL: https://github.com/apache/kafka/pull/18718
* Currently, `testShareConsumerAfterCoordinatorMovement` works serially. - Produces/consumes and stops - shutsdown leader share coordinator node - after new leader elected does not produce/consume * This does not reflect real world scenarios. In this PR, we have added a touch of concurrency via a scheduled thread pool service which starts the producer and consumer and while they are running, restarts leader share coord node. * We have also added a small util inner class `ClientState` to store record count and control produce/consume loop. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org