jolshan commented on code in PR #13707:
URL: https://github.com/apache/kafka/pull/13707#discussion_r1191577885
##########
core/src/test/scala/integration/kafka/api/ProducerIdExpirationTest.scala:
##########
@@ -183,7 +183,11 @@ class ProducerIdExpirationTest extends
KafkaServerTestHarness {
)
// Update the expiration time to a low value again.
- admin.incrementalAlterConfigs(producerIdExpirationConfig("100"))
+
admin.incrementalAlterConfigs(producerIdExpirationConfig("100")).all().get()
Review Comment:
Does the all + get ensure the call actually completes?
--
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]