export class KafkaConfig { topic?: string; host: string; port: string | number; }