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
buffer_length: 10 # How many messages the internal ring buffer will hold before discarding old messages
target_stream_maxlen: 100 # maxlen for redis XADD (Redis will delete oldest messages from stream to stay within maxlen)
tls: false # Whether to use mutual TLS for communication. See README for details on how to configure.
socket_timeout_s: 5 # This is passed to the Valkey client and sets both socket timeout and socket connection timeout (set this to a rather small value, as we need to be aware of outages as soon as possible)
# this configures mapping between source and target streams
# if no target name is configured, source stream will be forwarded to target stream of the same name