GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/791
[WIP] SAMZA-1976: MetadataStore API cleanup. This PR consists of the following changes: * Switching all the API methods from using byte[] array as key type to string. * Fixed `CoordinatorMetadataStore`, `ZkMetadataStore` tests due to the type change of key. Shortly in a followup PR, namespace unification for metadata stored between standalone and YARN model will be done. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shanthoosh/samza metadata_store_api_cleanup Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/791.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 #791 ---- commit a5fe9cd3ca7ddf66c8962eba3f3dd4fa4e681c18 Author: Shanthoosh Venkataraman <spvenkat@...> Date: 2018-11-02T20:51:28Z [WIP] SAMZA-1976: MetadataStore API cleanup. ---- ---