Waiting for engine...
Skip to main content

EventStreamsConsumer

Represents an Event Streams message consumer connected to a subscription, with metadata such as name, message publication rate, and creation timestamp for monitoring purposes.

type EventStreamsConsumer {
name: String
messageRateOut: Float
avgMessageSize: Float
connectedSince: DateTime
}

Fields​

EventStreamsConsumer.name ● String scalar miscellaneous {#name}

The name of the consumer

EventStreamsConsumer.messageRateOut ● Float scalar miscellaneous {#message-rate-out}

The current rate of messages delivered per second to the consumer

EventStreamsConsumer.avgMessageSize ● Float scalar miscellaneous {#avg-message-size}

The average size of the messages being delivered to the consumer

EventStreamsConsumer.connectedSince ● DateTime scalar platform {#connected-since}

The timestamp of connection of the consumer

Member Of​

EventStreamsSubscription object

On this Page