vjagadish1989 commented on a change in pull request #905: SAMZA-2055: [WIP] Async high level api URL: https://github.com/apache/samza/pull/905#discussion_r262756274
########## File path: samza-core/src/main/java/org/apache/samza/task/StreamOperatorTask.java ########## @@ -127,6 +153,14 @@ public void close() throws Exception { } } + CompletableFuture<Void> failedFuture(Throwable ex) { Review comment: move this to the end of class ---------------------------------------------------------------- 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