mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 11:24:44 -07:00
System level services for debugging.
This is the first pass at introducing exported services to the system account for generally debugging of blackbox systems. The first service reports number of subscribers for a given subject. The payload of the request is the subject, and optional queue group, and can contain wildcards. Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -407,7 +407,7 @@ func (c *client) parse(buf []byte) error {
|
||||
|
||||
switch c.kind {
|
||||
case CLIENT:
|
||||
err = c.processSub(arg)
|
||||
_, err = c.processSub(arg, false)
|
||||
case ROUTER:
|
||||
err = c.processRemoteSub(arg)
|
||||
case GATEWAY:
|
||||
|
||||
Reference in New Issue
Block a user