birdayz / kaf

Modern CLI for Apache Kafka, written in Go.
Apache License 2.0
2.24k stars 143 forks source link

fix: add error check when there is no assignment #306

Closed jackcipher closed 9 months ago

jackcipher commented 9 months ago

This resolves a panic crash reported in https://github.com/birdayz/kaf/issues/303, the root cause is that there is no assignment provied by the group.

birdayz commented 9 months ago

Thanks!