When having Linting like in:
|
"a consumer group is mandatory when not using explicit topic partitions" |
it forces Unit-Testing to fail since at lint time, the Environment Variables are not yet set and then in turn the lint check fails.
This change broke some of our pipelines recently.
When having Linting like in:
connect/internal/impl/kafka/input_kafka_franz.go
Line 61 in 5a64fed
it forces Unit-Testing to fail since at lint time, the Environment Variables are not yet set and then in turn the lint check fails.
This change broke some of our pipelines recently.