public class KafkaHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <K,V> java.lang.String |
getClientId(org.apache.kafka.clients.consumer.KafkaConsumer<K,V> consumer) |
static <K,V> java.lang.String |
getClientId(org.apache.kafka.clients.producer.KafkaProducer<K,V> producer) |
public static <K,V> java.lang.String getClientId(org.apache.kafka.clients.consumer.KafkaConsumer<K,V> consumer)
K
- the type of the KeyV
- the type of the Valueconsumer
- the Kafka consumerpublic static <K,V> java.lang.String getClientId(org.apache.kafka.clients.producer.KafkaProducer<K,V> producer)
K
- the type of the KeyV
- the type of the Valueproducer
- the Kafka producer