prateekm commented on code in PR #1650: URL: https://github.com/apache/samza/pull/1650#discussion_r1092595234
########## samza-core/src/main/java/org/apache/samza/util/FutureUtil.java: ########## @@ -143,20 +143,32 @@ public static <K, V> CompletableFuture<Map<K, V>> toFutureOfMap( } public static <T> CompletableFuture<T> executeAsyncWithRetries(String opName, - Supplier<? extends CompletionStage<T>> action, - Predicate<? extends Throwable> abortRetries, + Supplier<? extends CompletionStage<T>> action, Predicate<? extends Throwable> abortRetries, Review Comment: Is this method still used somewhere? If not, remove. -- 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]
