Problem
Creating three Kafka console consumers. Have two consumers belong to one group and the other two belong to another group. Create a Kafka topic called "ABC" and set the number of partitions to 2 + last digit as 85. Publish strings to the topic and show that the messages are being consumed by all the consumers. Produce enough messages such that all consumers at least consume one string from the topic.