Skip to content

Commit 9e35ac9

Browse files
committed
Remove ConsumerRebalanceProtocolTests
These tests were just verifying Kafka’s own rebalance protocol, not anything specific in Spring for Apache Kafka framework. Since the new protocol is handled entirely by the Kafka server, there’s no need to test it here. Users can enable the protocol via the config - group.protocol. No extra framework logic involved. Testing the protocol in the framework test suite is unnecessary and leads to long-running tests without added value. See the ref docs here: https://docs.spring.io/spring-kafka/reference/4.0/kafka/receiving-messages/rebalance-listeners.html#new-rebalalcne-protocol Signed-off-by: Soby Chacko <[email protected]>
1 parent 17fedf6 commit 9e35ac9

File tree

1 file changed

+0
-179
lines changed

1 file changed

+0
-179
lines changed

spring-kafka/src/test/java/org/springframework/kafka/listener/ConsumerRebalanceProtocolTests.java

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)