Features
Docs
CLI
Benchmarks
Examples
GitHub

© 2024 MoroJs

@morojs/moro


@morojs/moro / ServiceDiscoveryOptions

Interface: ServiceDiscoveryOptions

Defined in: src/core/networking/service-discovery.ts:15

Properties

consulUrl?

optional consulUrl: string

Defined in: src/core/networking/service-discovery.ts:17


healthCheckInterval?

optional healthCheckInterval: number

Defined in: src/core/networking/service-discovery.ts:19


kubernetesNamespace?

optional kubernetesNamespace: string

Defined in: src/core/networking/service-discovery.ts:18


tags?

optional tags: string[]

Defined in: src/core/networking/service-discovery.ts:20


type

type: "memory" | "consul" | "kubernetes"

Defined in: src/core/networking/service-discovery.ts:16