about Kafka behavior with distinct groups of consumers, but with the same group.id ?

2017-08-23 Thread Dominique De Vito
Hi, I am wondering about Kafka behavior. So, let me explain the use case I face. I have 2 different groups of consumers: * group of consumers G1 to consume only msgs from topic T1 * group of consumers G2 to consume only msgs from topic T2 The question is... What happens if I set the same group

kafka topic name case sensitive ?

2017-08-21 Thread Dominique De Vito
HI, Just a short question (I was quite surprised not to find it in the Kafka FAQ, or in the Kafka book...). Are Kafka topic names case sensitive or not sensitive ? Thanks. Regards, Dominique