View Topic Subscribers in the subscriber group
get
/management/coherence/cluster/topics/{topicName}/subscriberGroups/{subscriberGroupName}/subscribers
Use this endpoint to list the subscriber of a topic in a subscriber group.
Request
Path Parameters
-
subscriberGroupName(required): string
Name of the subscriber group.
-
topicName(required): string
Name of the topic.
Response
Supported Media Types
- application/json
200 Response
A successful request that lists topic subscribers in a subscriber group
Nested Schema : subscriber
Type:
Show Source
object
-
backlog:
integer(int64)
Read Only:
true
The number of outstanding receive requests. -
channelAllocations:
string
Read Only:
true
The subscriber's allocated channels. -
channelCount:
integer(int32)
Read Only:
true
The number of channels the topic has. -
channels:
object channels
Additional Properties Allowed: subscriberChannel
-
cluster:
string
Read Only:
true
The cluster name. -
completeOnEmpty:
boolean
Read Only:
true
A flag indicating whether the subscriber completes receive requests with a null message when the topic is empty. -
converter:
string
Read Only:
true
The optional converter being used to transform messages. -
disconnections:
integer(int64)
Read Only:
true
The number of times this subscriber has disconnected. -
filter:
string
Read Only:
true
The optional filter being used to filter messages. -
id:
integer(int64)
Read Only:
true
The subscriber's identifier. -
maxBacklog:
integer(int64)
Read Only:
true
The maximum allowed backlog of receive requests not yet complete. -
member:
string
Read Only:
true
Name of the cluster member -
nodeId:
integer(int64)
Read Only:
true
The ID of member to which the MBean belongs -
notifications:
integer(int64)
Read Only:
true
The number of channel notifications received. -
polls:
integer(int64)
Read Only:
true
The number of times the subscriber has polled for messages. -
receiveCompletions:
integer(int64)
The number of completed received requests.
-
receivedCount:
integer(int64)
Read Only:
true
The number of elements received. -
receiveEmpty:
integer(int64)
Read Only:
true
The number of empty receive requests. -
receiveErrors:
integer(int64)
Read Only:
true
The number of received requests completed in error. -
serializer:
string
Read Only:
true
The serializer used to deserialize messages. -
service:
string
Read Only:
true
The topic service name. -
state:
integer(int64)
Read Only:
true
The state of the subscriber. -
stateName:
string
Read Only:
true
The subscriber's state. -
subscriberGroup:
string
Read Only:
true
The group the subscriber belongs to, if part of a group. -
topic:
string
Read Only:
true
Name of the topic. -
type:
string
Read Only:
true
Allowed Values:[ "PagedTopicSubscriber" ]
The type of the MBean -
waits:
integer(int64)
Read Only:
true
The number of times the subscriber has had to wait on an empty topic.
Nested Schema : subscriberChannel
Type:
Show Source
object
-
Channel:
integer(int32)
Read Only:
true
The channel. -
Empty:
boolean
Read Only:
true
True if the channel is empty. -
Head:
string
Read Only:
true
Head position. -
LastCommit:
string
Read Only:
true
Last committed position. -
LastReceived:
string
Read Only:
true
Last committed position. -
Owned:
boolean
Read Only:
true
True if the channel is owned by this subscriber.