vamossagar12 commented on code in PR #13801:
URL: https://github.com/apache/kafka/pull/13801#discussion_r1258614182


##########
connect/runtime/src/test/java/org/apache/kafka/connect/storage/OffsetStorageWriterTest.java:
##########
@@ -233,4 +496,10 @@ private void expectStore(Map<String, Object> key, byte[] 
keySerialized,
         });
     }
 
+    private void extractKeyValue(Map<String, Object> key, byte[] 
keySerialized, Map<String, Object> value, byte[] valueSerialized) {

Review Comment:
   hmm I updated it. As such the effect on the overall code-flow of the method 
was extracting keys and values and hence the name. Anyways, made the change.



-- 
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

Reply via email to