mynameborat commented on a change in pull request #984: Samza 2116: Making sink, sendTo(table), sendTo(stream) non-terminal URL: https://github.com/apache/samza/pull/984#discussion_r272005754
########## File path: samza-api/src/main/java/org/apache/samza/operators/MessageStream.java ########## @@ -282,7 +284,7 @@ * @param <K> the type of key in the table * @param <V> the type of record value in the table */ - <K, V> void sendTo(Table<KV<K, V>> table); + <K, V> MessageStream<KV<K, V>> sendTo(Table<KV<K, V>> table); Review comment: same as above. Are there any ordering guarantees between the table writes and message propagation? ---------------------------------------------------------------- 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