We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d1e24 commit e99eb47Copy full SHA for e99eb47
config.yaml
@@ -252,6 +252,10 @@ synchronization:
252
host: "redis.demo.svc:6379"
253
password: ""
254
database: 0
255
+ ## channel: "optimizely-sync" # Base channel name (NOT currently parsed - uses hardcoded default)
256
+ ## Agent publishes to channels: "optimizely-sync-{sdk_key}"
257
+ ## For external Redis clients: Subscribe "optimizely-sync-{sdk_key}" or PSubscribe "optimizely-sync-*"
258
+ ## Note: Channel configuration parsing is a known bug - planned for future release
259
## if notification synchronization is enabled, then the active notification event-stream API
260
## will get the notifications from available replicas
261
notification:
0 commit comments