shanthoosh commented on a change in pull request #951: SAMZA-2127: Upgrade to Kafka 2.0 URL: https://github.com/apache/samza/pull/951#discussion_r268385471
########## File path: samza-kafka/src/main/java/org/apache/samza/system/kafka/KafkaSystemAdmin.java ########## @@ -711,4 +738,29 @@ private OffsetsMaps(Map<SystemStreamPartition, String> oldestOffsets, return upcomingOffsets; } } + + /** + * A helper class for represent changelog related information. + */ + private static class ChangelogInfo { Review comment: I think you'd removed hack previously used which deleted repl.factor before making AdminClient-API calls. 👍 . ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services