[GitHub] helix pull request: [HELIX-626] Enable maxRecipient in Criteria

2016-01-15 Thread kishoreg
Github user kishoreg commented on the pull request: https://github.com/apache/helix/pull/43#issuecomment-172105093 Is this intended to be used via curl or via java api?. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] helix pull request: [HELIX-626] Enable maxRecipient in Criteria

2016-01-15 Thread jicongrui
Github user jicongrui commented on the pull request: https://github.com/apache/helix/pull/43#issuecomment-172133798 Helix already have this concept, which is called Criteria, and this field is part of Criteria. Other fields contains instance name, partition name, partition state,

[GitHub] helix pull request: [HELIX-626] Enable maxRecipient in Criteria

2016-01-15 Thread jicongrui
Github user jicongrui commented on the pull request: https://github.com/apache/helix/pull/43#issuecomment-172120195 It would be used by Java API --- 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

[GitHub] helix pull request: [HELIX-626] Enable maxRecipient in Criteria

2016-01-15 Thread kishoreg
Github user kishoreg commented on the pull request: https://github.com/apache/helix/pull/43#issuecomment-172126774 Then a better api, is to provide a Filter api right. similar to File.list(dir, FileNameFilter) we can have a MessageSendFilter which has accept method that returns