Skip to content

Instantly share code, notes, and snippets.

@randomk
Created May 8, 2021 01:50
Show Gist options
  • Save randomk/6456ef3db59127765697607db06ea488 to your computer and use it in GitHub Desktop.
Save randomk/6456ef3db59127765697607db06ea488 to your computer and use it in GitHub Desktop.
stream obj to nack
---
apiVersion: jetstream.nats.io/v1beta1
kind: Stream
metadata:
name: agrvai
spec:
name: agrvai
subjects: ["agrvai.*"]
storage: file
maxAge: 1h
replicas: 3
noAck: true
maxMsgs: -1
maxBytes: -1
retention: limits
discard: old
maxMsgSize: -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment