asyncapi-codegen
asyncapi-codegen copied to clipboard
kafka consumer exits on error
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?