{{topic.description}}
Rate: {{metrics.rate | number:2}}
Delivery rate: {{metrics.deliveryRate | number:2}}
Published: {{metrics.published}}
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'}}
{{ messageSchema }}