Apache Curator · Schema

ServiceInstance

A service instance registered in ZooKeeper via Apache Curator service discovery.

ApacheDistributed CoordinationDistributed SystemsJavaMavenOpen SourceService DiscoveryZooKeeper

Properties

Name Type Description
id string Unique identifier for this service instance.
name string Service name used to group instances.
address string Host address where this service is running.
port integer Port number this service is listening on.
sslPort integernull SSL port if the service supports HTTPS.
registrationTimeUTC integer UTC timestamp (milliseconds) when this instance was registered.
serviceType string Service lifecycle type.
enabled boolean Whether this service instance is currently enabled for discovery.
payload object Optional user-defined payload data attached to this service instance.
View JSON Schema on GitHub