vjagadish1989 commented on a change in pull request #1061: SAMZA-2232: Move
StreamOperatorTaskFactory to samza-api
URL: https://github.com/apache/samza/pull/1061#discussion_r289967323
##########
File path:
samza-api/src/main/java/org/apache/samza/task/StreamOperatorTaskFactory.java
##########
@@ -20,11 +20,11 @@
/**
- * Build {@link StreamOperatorTask} instances.
+ * Build {@link AsyncStreamTask} instances.
* <p>
- * Implementations should return a new instance of {@link StreamOperatorTask}
for each {@link #createInstance()} invocation.
+ * Implementations should return a new instance of {@link AsyncStreamTask} for
each {@link #createInstance()} invocation.
* Note: It is not part of samza-api as it is a temporary hack introduced for
SAMZA-2172. It will eventually
Review comment:
update java-docs to reflect current state accurately
```
"Note: It is not part of samza-api as it is a temporary hack introduced for
SAMZA-2172"
```
For eg: it is part of samza-api in this PR
----------------------------------------------------------------
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