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 {#name}
The name of the producer
EventStreamsProducer.messageRateIn ● Float scalar miscellaneous {#message-rate-in}
The current rate of messages published per second by this producer
EventStreamsProducer.createdTime ● DateTime scalar platform {#created-time}
The timestamp when this producer was created either through this api or when the producer published a message
Member Of
EventStreamsTopic object
Was this topic helpful?