confluent-kafka-go icon indicating copy to clipboard operation
confluent-kafka-go copied to clipboard

[KIP-848] Run integration tests with both the "classic" and "consumer" consumer groups

Open emasab opened this issue 9 months ago • 1 comments

emasab avatar Apr 24 '24 14:04 emasab

@milindl sent a commit, please check again

emasab avatar Apr 30 '24 10:04 emasab

Yeah, we need to add a test run with classic + kraft. Currently if make testConsumerGroupProtocolClassic return false and run it without TEST_CONSUMER_GROUP_PROTOCOL they pass.

We shouldn't have a flag to check if we have ZK or KRaft so later we can have checks based on AK version: one test with last AK that can run with ZK (3.8), another one with AK 4.0+ using KRaft and "classic" and a third one with 4.0+and "consumer" and we assume KRaft for 4.0 ones

emasab avatar May 03 '24 12:05 emasab