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

Add ability to lookup a Record by its registration id #151

Closed tsegismont closed 3 years ago

tsegismont commented 3 years ago

Fixes #144

The only way to lookup a specific Record was to provide a criteria JsonObject or filter Function. Under the hood, this meant retrieving all the records and then iterating over the list to inspect elements.