## Description Hi, I think this is a bug in line: https://github.com/lerenn/asyncapi-codegen/blob/main/pkg/extensions/brokers/kafka/kafka.go#L328 It exits the loop when it encounters error. Shouldn't we just continue?
Description
Hi, I think this is a bug in line:
https://github.com/lerenn/asyncapi-codegen/blob/main/pkg/extensions/brokers/kafka/kafka.go#L328
It exits the loop when it encounters error.
Shouldn't we just continue?