Topic: {{topic.name}}

Secured
Unauthenticated access allowed
Read only mode

Owner ({{topic.owner.source}}):

{{topic.description}}

Metrics

Rate: {{metrics.rate | number:2}}

Delivery rate: {{metrics.deliveryRate | number:2}}

Published: {{metrics.published}}

Latency

Message size

Properties

Content type: {{topic.contentType}}

Labels: {{label}}

Acknowlegment: {{topic.ack == 'ALL' ? 'all brokers' : 'leader only'}}

Retention time: {{topic.retentionTime.duration}} {{topic.retentionTime.retentionUnit | toLowercase}}

Tracking enabled: {{topic.trackingEnabled}}

Max message size: {{topic.maxMessageSize | readableSize}}

SchemaId Serialization Enabled: {{topic.schemaIdAwareSerializationEnabled}}


Authorisation enabled: {{topic.auth.enabled}}

Authorised publishers: {{topic.auth.publishers.join(', ')}}

Allow unauthenticated access: {{topic.auth.unauthenticatedAccessEnabled}}


Restrict subscribing: {{topic.subscribingRestricted}}


Store offline: {{topic.offlineStorage.enabled}}

Offline retention: {{topic.offlineStorage.retentionTime.infinite ? 'infinite' : topic.offlineStorage.retentionTime.duration + ' days'}}


Creation date: {{topic.createdAt | date:'yyyy-MM-dd HH:mm:ss'}}

Modification date: {{topic.modifiedAt | date:'yyyy-MM-dd HH:mm:ss'}}

Message schema

{{ messageSchema }}

Topic messages preview

{{message.content}}
(preview was too large and has been truncated)

Offline clients