Kafka is a distributed messaging queue application written in java.
Kafka website: http://kafka.apache.org/
When asking a question about kafka provides relevant information like the kafka version and the java version. The design of your cluster should be mentioned with the number of brokers, the topic configuration.
When you have a bug on a particular topic, perform the same test on another topic with different parameters and observe if you can reproduce.