vpapavas commented on a change in pull request #11676:
URL: https://github.com/apache/kafka/pull/11676#discussion_r789502603
##########
File path:
streams/src/main/java/org/apache/kafka/streams/state/internals/StoreQueryUtils.java
##########
@@ -333,6 +339,43 @@ public static boolean isPermitted(
return byteArray -> deserializer.deserialize(serdes.topic(),
byteArray);
}
+
+ public static Map<TopicPartition, Long> positionToTopicPartitionMap(final
Position position) {
Review comment:
Why don't we add serialize and deserialize methods to the `Position`?
--
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]