Skip to content

[Enhancement]: Remove vert.x from CaReconciler #13028

Description

@katheris

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions