clolov commented on code in PR #12418: URL: https://github.com/apache/kafka/pull/12418#discussion_r1023035464
########## connect/runtime/src/main/java/org/apache/kafka/connect/storage/KafkaOffsetBackingStore.java: ########## @@ -134,7 +134,7 @@ public void configure(final WorkerConfig config) { } protected KafkaBasedLog<byte[], byte[]> offsetLog; - private final HashMap<ByteBuffer, ByteBuffer> data = new HashMap<>(); + final HashMap<ByteBuffer, ByteBuffer> data = new HashMap<>(); Review Comment: Changed in the next commit :) -- 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