Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-832

Transport: make probe pluggable

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Minor Minor
    • 2.6.5, 2.7
    • None
    • None

      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.

              rhn-engineering-bban Bela Ban
              rhn-engineering-bban Bela Ban
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: