kiwiproject / service-discovery-client

Common service discovery API for registration and lookup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Common service discovery API for registration and lookup

License:MIT License


Languages

Language:Java 98.8%Language:Shell 1.0%Language:Dockerfile 0.2%