C0urante commented on PR #11974: URL: https://github.com/apache/kafka/pull/11974#issuecomment-1088885947
Thanks @mimaison. I hope you don't mind but I've pushed one more change that simplifies how the configured set of connectors and tasks is simulated (this came in handy when designing tests for one of the scenarios described in [KAFKA-13764](https://issues.apache.org/jira/browse/KAFKA-13764)). It should improve readability by removing the existing `clusterConfigState` methods (and the `fillMap` method that was introduced in this PR to clean those up) and making changes to the set of configured connectors and tasks more explicit. However, if this is too much then let me know and I can revert the commit from this PR and add it in a follow-up. -- 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]
