mynameborat commented on a change in pull request #1339: SAMZA-2503 : Adding 
retry when getting ssp metadata from kafka
URL: https://github.com/apache/samza/pull/1339#discussion_r404960251
 
 

 ##########
 File path: 
samza-kafka/src/main/java/org/apache/samza/system/kafka/KafkaSystemAdmin.java
 ##########
 @@ -599,7 +653,7 @@ public void deleteMessages(Map<SystemStreamPartition, 
String> offsets) {
       Map<TopicPartition, RecordsToDelete> recordsToDelete = offsets.entrySet()
           .stream()
           .collect(Collectors.toMap(entry ->
-              new TopicPartition(entry.getKey().getStream(), 
entry.getKey().getPartition().getPartitionId()),
+                  new TopicPartition(entry.getKey().getStream(), 
entry.getKey().getPartition().getPartitionId()),
 
 Review comment:
   nit: revert

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to