cameronlee314 commented on a change in pull request #1165: SAMZA-2326 : Add 
interface to support specific configs
URL: https://github.com/apache/samza/pull/1165#discussion_r327834721
 
 

 ##########
 File path: samza-core/src/main/java/org/apache/samza/config/JobConfig.java
 ##########
 @@ -341,4 +344,13 @@ public static String getFwkPath(Config config) {
           new File(dir, String.format(CONTAINER_METADATA_FILENAME_FORMAT, 
execEnvContainerId)));
     }
   }
+
+  /**
+   * Get coordinatorStreamFactory according to the configs
+   * @return the name of coordinatorStreamFactory
+   */
+  public static String getCoordinatorStreamFactory(Config config) {
 
 Review comment:
   Please add a unit test to `TestJobConfig`.

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