Re: [DISCUSS] SEP-1: Semantics of ProcessorId in Samza

2017-03-23 Thread Navina R
Hi Prateek, > 1. Do you have any examples of custom processor IDs? Wondering what information/classes ProcessorIdGenerator would need to be able to generate one. Yeah. When I was trying to implement the proposal, I was wondering the same thing as well. However, it might end up being specific to the

[GitHub] samza pull request #81: SAMZA-1134:Simplify barrier for zk version upgrade.

2017-03-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/81 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

Re: [DISCUSS] SEP-1: Semantics of ProcessorId in Samza

2017-03-23 Thread Prateek Maheshwari
Hi Navina, Thanks for SEP-1, looks pretty good to me. A few questions/comments: Implementation/Interface related: 1. Do you have any examples of custom processor IDs? Wondering what information/classes ProcessorIdGenerator would need to be able to generate one. 2. The default "static" getProcesso