Waiting for engine...
Skip to main content

EventStreamsProducer

Represents an Event Streams message producer for a topic, including its name, message publication rate, and creation timestamp.

type EventStreamsProducer {
name: String
messageRateIn: Float
createdTime: DateTime
}

Fields

EventStreamsProducer.name ● String scalar miscellaneous

The name of the producer

EventStreamsProducer.messageRateIn ● Float scalar miscellaneous

The current rate of messages published per second by this producer

EventStreamsProducer.createdTime ● DateTime scalar partner-portal

The timestamp when this producer was created either through this api or when the producer published a message

Member Of

EventStreamsTopic object

On this Page