You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Yash Mayya (Jira)" <ji...@apache.org> on 2023/10/10 11:27:00 UTC

[jira] [Created] (KAFKA-15570) Add unit tests for MemoryConfigBackingStore

Yash Mayya created KAFKA-15570:
----------------------------------

             Summary: Add unit tests for MemoryConfigBackingStore
                 Key: KAFKA-15570
                 URL: https://issues.apache.org/jira/browse/KAFKA-15570
             Project: Kafka
          Issue Type: Test
          Components: connect, KafkaConnect
            Reporter: Yash Mayya
            Assignee: Yash Mayya


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 a test setup in place before those changes are made.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)