Consumer Group in Kafka reads from the same topic but the each message is consumed only by one client among consumer group clients. So, no two client in a consumer group read the same message for the same topic. This is contrary to Kinesis that each client App can read the same message. That's the big difference.