I'm running kafka version 0.8.2.1. In testing I've created a bunch of consumer groups that use kafka based offsets and not zookeeper offsets, they are no longer needed. Is there a way to remove unneeded consumer groups that use kafka offset storage?
Thank you!