Hello,
We deployed managed kafka from GCP and run couple of tests on it.
Currently we stuck into the error which blocks automatic topic creation
Error creating NewConsumerGroup, kafka client has run out of available brokers to talk unexpected EOFManual creation works fine.
What we tried
First assumed that automatic topic creation like is set to false, but its not. Figured out that by using external UI.

Is there anything else that could block it?