mynameborat commented on a change in pull request #1155: SAMZA-2322: Integrate
startpoints with ZK Standalone integration tests.
URL: https://github.com/apache/samza/pull/1155#discussion_r330183634
##########
File path:
samza-test/src/test/java/org/apache/samza/test/processor/TestTaskApplication.java
##########
@@ -81,4 +107,8 @@ public void describe(TaskApplicationDescriptor
appDescriptor) {
.withOutputStream(outputDescriptor)
.withTaskFactory((AsyncStreamTaskFactory) () -> new
TestTaskImpl());
}
+
+ public interface TaskApplicationCallback {
Review comment:
nit: prefer calling it `TaskApplicationProcessCallback` to be more explicit.
----------------------------------------------------------------
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