asyncapi-codegen icon indicating copy to clipboard operation
asyncapi-codegen copied to clipboard

kafka consumer exits on error

Open kennykarnama opened this issue 6 months ago • 0 comments

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?

kennykarnama avatar Jul 16 '25 17:07 kennykarnama