Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring tests to remove the Vert.x usage and dependencies #820

Open
ppatierno opened this issue Jul 13, 2023 · 0 comments
Open

Refactoring tests to remove the Vert.x usage and dependencies #820

ppatierno opened this issue Jul 13, 2023 · 0 comments

Comments

@ppatierno
Copy link
Member

With the bridge core reducing the Vert.x usage at the minimum, we should aim to do the same with tests.

  • The Vert.x Kafka client could be replaced by the "official" Kafka Java client (provided by the upstream Kafka community)
  • The Vert.x Web client could be replaced by the plain Java HTTP client (provided by the SDK itself)
  • The Vert.x OpenTracing won't be needed anymore because we are going to remove OpenTracing support as planned
  • The Vert.x OpenTelemetry could be replaced by the "official" OpenTelemetry instrumentation library
  • The Vert.x Junit 5 maybe replaced by just Junit (?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant