You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -335,8 +335,8 @@ Configures the available device backends which store the KV Cache blocks. This w
335
335
### KV-Event Pool Configuration (`Config`)
336
336
337
337
Configures the ZMQ event processing pool for handling KV cache events. The pool supports two modes:
338
-
1.**Global Socket Mode**: Connects to a single ZMQ endpoint
339
-
2.**Pod Reconciler Mode** (default): Automatically discovers and subscribes to per-pod ZMQ endpoints
338
+
1.**Static Endpoint Mode**: Connects to a single ZMQ endpoint
339
+
2.**Auto-Discovery Mode** (default): Automatically discovers and subscribes to per-pod ZMQ endpoints
340
340
341
341
```json
342
342
{
@@ -354,7 +354,7 @@ Configures the ZMQ event processing pool for handling KV cache events. The pool
354
354
|`discoverPods`|`boolean`| Enable Kubernetes pod reconciler for automatic per-pod subscriber management |`true`|
355
355
|`podDiscoveryConfig`|[PodDiscoveryConfig](#pod-discovery-configuration-podDiscoveryConfig)| Configuration for pod reconciler (only used when `discoverPods` is true) |`null`|
356
356
357
-
#### Global Socket Mode Example
357
+
#### Static Endpoint Mode Example
358
358
359
359
For connecting to a single ZMQ endpoint:
360
360
@@ -369,7 +369,7 @@ For connecting to a single ZMQ endpoint:
369
369
370
370
The `zmqEndpoint` field specifies the **local** ZMQ socket address to **bind** to.
0 commit comments