chia7712 commented on code in PR #19788:
URL: https://github.com/apache/kafka/pull/19788#discussion_r2103031137


##########
core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala:
##########
@@ -2483,7 +2483,7 @@ class PlaintextAdminIntegrationTest extends 
BaseAdminIntegrationTest {
         consumer.commitSync()
 
         // Test offset deletion while consuming
-        val offsetDeleteResult = 
client.deleteConsumerGroupOffsets(testGroupId, util.Set.of(tp1, tp2))
+        val offsetDeleteResult = 
client.deleteConsumerGroupOffsets(testGroupId, Set(tp1, tp2).asJava)

Review Comment:
   Could you please consider using `LinkedHashSet` to ensure the order?



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to