yashmayya opened a new pull request, #14518: URL: https://github.com/apache/kafka/pull/14518
- https://issues.apache.org/jira/browse/KAFKA-15570 - Currently, the [MemoryConfigBackingStore](https://github.com/apache/kafka/blob/6e164bb9ace3ea7a1a9542904d1a01c9fd3a1b48/connect/runtime/src/main/java/org/apache/kafka/connect/storage/MemoryConfigBackingStore.java#L37) class doesn't have any unit tests for its functionality. - While most of its functionality is fairly lightweight today, changes will be introduced with [KIP-980](https://cwiki.apache.org/confluence/display/KAFKA/KIP-980%3A+Allow+creating+connectors+in+a+stopped+state) (potentially [KIP-976](https://cwiki.apache.org/confluence/display/KAFKA/KIP-976%3A+Cluster-wide+dynamic+log+adjustment+for+Kafka+Connect) as well) and it would be good to have some basic tests in place before those changes are made. - This also makes it easier to introduce additional tests for newer functionality without having to add the irrelevant scaffolding then. ### 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org