UNPKG

zamza

Version:

Apache Kafka discovery, indexing, searches, storage, hooks and HTTP gateway

8 lines 193 B
export interface TopicConfig { topic: string; cleanupPolicy: string; retentionMs: number; timestamp: number; queryable?: boolean; } //# sourceMappingURL=TopicConfig.d.ts.map