vert-x3 / vertx-kafka-client

Reactive Kafka Client for Vert.x
Apache License 2.0
84 stars 82 forks source link

(fix) #228: Fixes createPartitions flakiness by waiting a bit for the new partitions to appear in DescribeTopics #235

Closed aesteve closed 1 year ago

aesteve commented 1 year ago

Motivation:

Same as #233 but backporting to the 4.x branch

Conformance:

Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

aesteve commented 1 year ago

@vietj as you requested, backporting to 4-x.

vietj commented 1 year ago

thanks @aesteve !