Related problem
The CaReconciler class still uses vert.x Future for coordinating async operations, even though it means VertxUtil.toFuture is used a lot for interacting with the resource operators.
Suggested solution
We should update this to use pure Java (e.g. completion stages or completable futures).
Alternatives
No response
Additional context
No response
Related problem
The CaReconciler class still uses vert.x Future for coordinating async operations, even though it means VertxUtil.toFuture is used a lot for interacting with the resource operators.
Suggested solution
We should update this to use pure Java (e.g. completion stages or completable futures).
Alternatives
No response
Additional context
No response