vert-x3 / vertx-service-discovery

Some tools one can use for doing microservices with Vert.x
Apache License 2.0
115 stars 67 forks source link

Zookeeper Bridge JsonObjectSerializer writes ports incorrectly #123

Closed Impakt closed 3 years ago

Impakt commented 4 years ago

See io.vertx.servicediscovery.zookeeper.JsonObjectSerializer.java:46. it checks for the non-ssl port and writes it to the sslPort property.