frankvicky opened a new pull request, #16767: URL: https://github.com/apache/kafka/pull/16767
We should avoid returning an empty config list after the `start()` method and before the consumer groups have been loaded. Returning an empty config list will shut down the tasks, even though they could continue running unaffected. Instead, we should throw an exception from `taskConfigs` to indicate that we are not ready to provide configurations and allow the framework to retry. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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]
