urls | []string | no | no | A list of URLs to connect to. If an item of the list contains commas it will be expanded into multiple URLs. |
bucket | string | no | no | The name of the KV bucket. |
key | string | yes | no | Key to watch for updates, can include wildcards. The value defaults to > . |
auto_replay_nacks | bool | yes | no | Whether messages that are rejected (nacked) at the output level should be automatically replayed indefinitely, eventually resulting in back pressure if the cause of the rejections is persistent. If set to false these messages will instead be deleted. Disabling auto replays can greatly improve memory efficiency of high throughput streams as the original shape of the data can be discarded immediately upon consumption and mutation. The value defaults to true . |
ignore_deletes | bool | yes | no | Do not send delete markers as messages. The value defaults to false . |
include_history | bool | yes | no | Include all the history per key, not just the last one. The value defaults to false . |
meta_only | bool | yes | no | Retrieve only the metadata of the entry. The value defaults to false . |
auth | auth | yes | no | Optional configuration of NATS authentication parameters. |