Expand description
Ergonomic service discovery client for Nacos, optimized for gRPC/HTTP workloads.
See the project README for usage examples.
Modules§
- env_
keys - Names of the environment variables consumed by
ServiceConfig::from_env.
Structs§
- Service
Config - Full configuration required to register a service instance.
- Service
Config Builder - Fluent builder for
ServiceConfig. - Service
Manager - Entry point for service registration and deregistration.
Enums§
- Error
- Errors produced during service-discovery operations.
Constants§
- DEFAULT_
GROUP - Default service group, equivalent to nacos’s
DEFAULT_GROUP. - DEFAULT_
WEIGHT - Default instance weight.
- META_
GRPC_ PORT - Metadata key for the gRPC port (used by clients to distinguish multi-protocol endpoints).
Type Aliases§
- Result
- Crate-wide
Resultalias.