Beispiel #1
0
 public IKafkaConsumer Consumer(ConsumerOptions options)
 {
     return(new KafkaConsumer(_zkConnection, options));
 }