I have one group Id "my-consumer-group-id" and 3 topics with their own consumers say
"my-consumer-1" consumed to "topic1" with groupId "my-consumer-group-id"
"my-consumer-2" consumed to "topic2" with groupId "my-consumer-group-id"
"my-consumer-3" consumed to "topic3" with groupId "my-consumer-group-id"
I observed "my-consumer-1" has 2 million records with 600k consumer lag, will this affect other consumers from being processed their own message? in terms of the performance, is it better to have a separate consumer groupId for each consumer?