Skip to content

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

@ppatierno

Description

@ppatierno

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 (?)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions