cf-module-orchestrator 0.1.4

Module Orchestrator - system module for service discovery and module management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Module Orchestrator Module

System module for service discovery.

## Overview

The `cf-module-orchestrator` crate implements the `module_orchestrator` module.

It:

- Registers `DirectoryClient` in `ClientHub` for in-process modules
- Exposes the `DirectoryService` gRPC service (via `grpc-hub`)
- Uses the runtime `ModuleManager` for instance tracking and service resolution

## License

Licensed under Apache-2.0.