Kafka topics might not exist when the broker is started.
When the broker starts try to create it.
In case we fail to create it, it could still be that the topic exists but we do not have permissions on topics but to produce and consume, so we warn and move over.
Kafka topics might not exist when the broker is started.
When the broker starts try to create it. In case we fail to create it, it could still be that the topic exists but we do not have permissions on topics but to produce and consume, so we warn and move over.