Module io.inverno.mod.discovery
module io.inverno.mod.discovery
The Inverno framework discovery module defines the API used for service discovery.
A service can be defined as a function that can process specific requests. In a distributed architecture, it is usually running on one or more instances. When an application needs to invoke a
service it must first resolve the instances of the service and then send a request to a particular instance. The service discovery API defines the
Discovery Service
used to resolve Services
and select the right
Service Instance
to process specific Service Requests.
- Since:
- 1.12
- Author:
- Jeremy Kuhn
-
Packages