Hi all, time for me to ask a silly question please!

I'm puzzled about the transition from KIP-429 
https://cwiki.apache.org/confluence/display/KAFKA/KIP-429%3A+Kafka+Consumer+Incremental+Rebalance+Protocol
 to KIP-848 
https://cwiki.apache.org/confluence/display/KAFKA/KIP-848%3A+The+Next+Generation+of+the+Consumer+Rebalance+Protocol

429 appeared in Kafka 4.0, and 848 appeared in 3.7 (along with the 1st mention 
of group.protocol consumer configurations for classic or consumer – slightly 
confusing names – I assume classic is the pre 2.4 rebalancing protocol, and 
consumer is the new one, which is actually managed by the broker šŸ˜‰ )

But can you still use 429 in 4.0? how?  I’d like to do some performance tests 
between the 2 incremental rebalancing KIPs in 4.0.

Regards, Paul

Reply via email to