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_r276773114
 
 

 ##########
 File path: 
samza-api/src/main/java/org/apache/samza/operators/MessageStream.java
 ##########
 @@ -121,14 +121,20 @@
   void sink(SinkFunction<? super M> sinkFn);
 
   /**
-   * Allows sending messages in this {@link MessageStream} to an {@link 
OutputStream}.
+   * Allows sending messages in this {@link MessageStream} to an {@link 
OutputStream} and then propogates the this
+   * {@link MessageStream} to the next chained operator
    * <p>
    * When sending messages to an {@code OutputStream<KV<K, V>>}, messages are 
partitioned using their serialized key.
    * When sending messages to any other {@code OutputStream<M>}, messages are 
partitioned using a null partition key.
-   *
+   * <p>
+   *  Note: There is no guarantee that message is first written to your 
configured output system and then only it is
 
 Review comment:
   Will do 

----------------------------------------------------------------
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

Reply via email to