chia7712 commented on code in PR #21215:
URL: https://github.com/apache/kafka/pull/21215#discussion_r2705383827
##########
core/src/test/scala/integration/kafka/api/BaseProducerSendTest.scala:
##########
@@ -132,7 +132,7 @@ abstract class BaseProducerSendTest extends
KafkaServerTestHarness {
* 2. Last message of the non-blocking send should return the correct offset
metadata
*/
@ParameterizedTest(name =
TestInfoUtils.TestWithParameterizedGroupProtocolNames)
- @MethodSource(Array("getTestGroupProtocolParametersAll"))
+
@MethodSource(Array("getTestGroupProtocolParametersConsumerGroupProtocolOnly"))
Review Comment:
How about rewriting them in Java? `clients-integration-tests` is basically
the heaven for client logic
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]