Hi!
Seems like aiokafka broker missing group_instance_id argument which required for static membership to work.
https://aiokafka.readthedocs.io/en/stable/api.html
group_instance_id (str or None) – name of the group instance ID used for static membership (KIP-345)
For confluent kafka it exists #2606