prateekm commented on a change in pull request #1064: SAMZA-1949: Add java docs 
and configuration documentation for side inputs
URL: https://github.com/apache/samza/pull/1064#discussion_r290489622
 
 

 ##########
 File path: 
samza-api/src/main/java/org/apache/samza/table/descriptors/LocalTableDescriptor.java
 ##########
 @@ -67,6 +67,16 @@ public LocalTableDescriptor(String tableId, KVSerde<K, V> 
serde) {
     this.serde = serde;
   }
 
+  /**
+   * Add side inputs to the table. Each stream is of the format
+   * <i>system-name</i>.<i>stream-name</i>. The streams are marked as 
bootstrap streams and once the table is bootstrapped, it is
+   * updated on the background in change capture mode.
+   * Applications should specify the transformation logic using {@link 
#withSideInputsProcessor(SideInputsProcessor)}, which is
 
 Review comment:
   "which will be applied to the incoming messages and the results will be 
written to the table."

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