Skip to content

kiwiproject/service-discovery-client

Repository files navigation

Service Discovery Client

Build Quality Gate Status Coverage CodeQL javadoc License: MIT Maven Central

An abstract service discovery API that provides methods for registration and lookup

How to use it

  • Add the Maven dependency (available in Maven Central)
<dependency>
    <groupId>org.kiwiproject</groupId>
    <artifactId>service-discovery-client</artifactId>
    <version>[current-version]</version>
</dependency>