vjagadish1989 commented on a change in pull request #938: SAMZA-1531: Support run.id in standalone for batch processing. URL: https://github.com/apache/samza/pull/938#discussion_r277108570
########## File path: samza-core/src/main/java/org/apache/samza/coordinator/CoordinationUtils.java ########## @@ -39,6 +41,10 @@ DistributedLockWithState getLockWithState(String lockId); + DistributedReadWriteLock getReadWriteLock(String lockId); + + DistributedDataAccess getDataAccess(); Review comment: FYI, this requirement of k-v access + notify on update is similar to the metadata-store abstraction. Would be good to converge the two; @prateekm ---------------------------------------------------------------- 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
