Sanil15 commented on a change in pull request #984: Samza 2116: Making
sendTo(table), sendTo(stream) non-terminal
URL: https://github.com/apache/samza/pull/984#discussion_r276771673
##########
File path:
samza-api/src/main/java/org/apache/samza/operators/MessageStream.java
##########
@@ -276,13 +282,19 @@
/**
* Sends messages in this {@link MessageStream} to a {@link Table}. The type
of input message is expected
- * to be {@link KV}, otherwise a {@link ClassCastException} will be thrown.
- *
+ * to be {@link KV}, otherwise a {@link ClassCastException} will be thrown.
After doing a put to table this operator
Review comment:
sure
----------------------------------------------------------------
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