Closed julianladisch closed 1 year ago
For Vert.x 5 we require JDK to be at least 11: https://github.com/eclipse-vertx/vert.x/wiki/Vert.x-5#update-to-base-java-11 https://github.com/vert-x3/vertx-kafka-client/pull/238 fails because one dependency requires JDK 11.
Use Awaitility to fix race condition in testCreatePartitionInTopicWithAssignment.
I think the change from 8 to 11 has been updated in master already: https://github.com/vert-x3/vertx-kafka-client/blob/master/.github/workflows/ci-5.x.yml#L17
For Awaitability @vietj what do you think?
For Vert.x 5 we require JDK to be at least 11: https://github.com/eclipse-vertx/vert.x/wiki/Vert.x-5#update-to-base-java-11 https://github.com/vert-x3/vertx-kafka-client/pull/238 fails because one dependency requires JDK 11.
Use Awaitility to fix race condition in testCreatePartitionInTopicWithAssignment.