vert-x3 / vertx-4-migration-guide

Migration to Vert.x 4 guide
https://vert-x3.github.io/vertx-4-migration-guide/index.html
20 stars 16 forks source link

Kubernetes Service Importer no longer registered automatically #62

Closed tsegismont closed 3 years ago

tsegismont commented 3 years ago

Since Vert.x 4.0, the Kubernetes bridge is no longer imported automatically if present on the classpath.

The migration guide should have an example for manual registration.

See https://github.com/vert-x3/vertx-service-discovery/issues/135