ontoref/nats/streams.json

33 lines
630 B
JSON
Raw Permalink Normal View History

{
"streams": [
{
"name": "ECOSYSTEM",
"subjects": ["ecosystem.>"],
"retention": "Limits",
"max_age_days": 30,
"storage": "File"
}
],
"consumers": [
{
"name": "daemon-ontoref",
"stream": "ECOSYSTEM",
"ack_policy": "Explicit",
"filter_subjects": [
"ecosystem.daemon.>",
"ecosystem.actor.>",
"ecosystem.ontoref.>"
]
},
{
"name": "cli-notifications",
"stream": "ECOSYSTEM",
"ack_policy": "Explicit",
"filter_subjects": [
"ecosystem.ontoref.>",
"ecosystem.actor.>"
]
}
]
}