[jboss-jira] [JBoss JIRA] Created: (JGRP-832) Transport: make probe pluggable

Bela Ban (JIRA) jira-events at lists.jboss.org
Mon Oct 6 10:13:21 EDT 2008


Transport: make probe pluggable
-------------------------------

                 Key: JGRP-832
                 URL: https://jira.jboss.org/jira/browse/JGRP-832
             Project: JGroups
          Issue Type: Feature Request
            Reporter: Bela Ban
            Assignee: Bela Ban
            Priority: Minor
             Fix For: 2.7


Probe will call into a bunch of listeners on TP, e.g. implementing
String handleProbe(String[] keys);

On the client side, probe.sh -query KEY-1 KEY2 KEY-3
would send a probe to all nodes, and all registered listeners would get a 
handleProbe(KEY1, KEY-2, KEY-3) invoked.

The aggregated data is then sent back to the client, possibly in multiple packets is the size gets too big.

This allows apps to define special handling of their own keywords.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list