GitHub user shanthoosh opened a pull request:

    https://github.com/apache/samza/pull/675

    SAMZA-1926: Fix standalone configurations in configuration table.

    Changes:
    * Fix the default value of debounce time configuration.
    * Remove the `coordination.utils.factory` configuration from the 
table(Infer that based upon job.coordinator.factory configuration).  Remove the 
definition of `coordination.utils.factory` from the configuration in unit tests.
    * Default the configuration `job.coordinator.factory` to 
`ZkJobCoordinatorFactory` if it is not defined by the user.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shanthoosh/samza master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/675.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #675
    
----
commit 251633514eaba3b72f6575d1cdb064951b0f4cab
Author: Shanthoosh Venkataraman <spvenkat@...>
Date:   2018-09-28T21:46:24Z

    Configuration table fixes.
    
    * Fix the default value of debounce time configuration.
    * Remove the coordination utils configuration from the table(Infer that 
based upon job.coordinator.factory configuration).
      Remove the defintion of coordination utils factory in configuration from 
unit-tests.
    * Default job.coordinator.factory to ZkJobCoordinatorFactory if it is not 
defined by the user.

----


---

Reply via email to