shanthoosh commented on a change in pull request #918: SAMZA-2094: Implement the StartpointVisitor for the KafkaSystemConsumer. URL: https://github.com/apache/samza/pull/918#discussion_r257523191
########## File path: samza-kafka/src/main/java/org/apache/samza/system/kafka/KafkaSystemConsumer.java ########## @@ -285,6 +321,27 @@ public void register(SystemStreamPartition systemStreamPartition, String offset) metrics.registerTopicAndPartition(toTopicAndPartition(tp)); } + @Override + public void register(SystemStreamPartition systemStreamPartition, Startpoint startpoint) { Review comment: Yes. New introduced API: `register(ssp, startpoint)` has guarantees that is a superset of the existing `register(ssp, offset)` API in SystemConsumer. After 1.0.1, we would remove the existing register(ssp, offset) API eventually. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services