lianetm opened a new pull request, #15215: URL: https://github.com/apache/kafka/pull/15215
This ensures that no records are fetched in the background thread while the onPartitionsAssigned callback completes running in the Application thread. This is achieved by pausing the partitions before triggering the callback, and resuming them when the callback successfully completes. -- 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]
