[jira] [Commented] (HELIX-626) Enable specify the number of recipient when sending a message

2016-01-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HELIX-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15102408#comment-15102408 ] ASF GitHub Bot commented on HELIX-626: -- GitHub user jicongrui opened a pull request:

[jira] [Created] (HELIX-626) Enable specify the number of recipient when sending a message

2016-01-15 Thread Congrui Ji (JIRA)
Congrui Ji created HELIX-626: Summary: Enable specify the number of recipient when sending a message Key: HELIX-626 URL: https://issues.apache.org/jira/browse/HELIX-626 Project: Apache Helix

[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.

[jira] [Commented] (HELIX-626) Enable specify the number of recipient when sending a message

2016-01-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HELIX-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15102534#comment-15102534 ] ASF GitHub Bot commented on HELIX-626: -- Github user kishoreg commented on the pull request:

[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,

[jira] [Commented] (HELIX-626) Enable specify the number of recipient when sending a message

2016-01-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HELIX-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15102633#comment-15102633 ] ASF GitHub Bot commented on HELIX-626: -- Github user jicongrui commented on the pull request:

[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

[jira] [Commented] (HELIX-626) Enable specify the number of recipient when sending a message

2016-01-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HELIX-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15102698#comment-15102698 ] ASF GitHub Bot commented on HELIX-626: -- Github user kishoreg commented on the pull request:

[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