Fix to NATS deadlock and revert demo script

This commit is contained in:
Aditya Ujeniya
2025-12-17 18:14:36 +01:00
parent d2f2d78954
commit 32e5353847
4 changed files with 21 additions and 21 deletions

View File

@@ -29,6 +29,11 @@
"max-age": "2000h"
}
},
"nats": {
"address": "nats://0.0.0.0:4222",
"username": "root",
"password": "root"
},
"clusters": [
{
"name": "fritz",
@@ -86,6 +91,16 @@
"interval": "1h",
"directory": "./var/archive"
},
"retention-in-memory": "48h"
"retention-in-memory": "48h",
"subscriptions": [
{
"subscribe-to": "hpc-nats",
"cluster-tag": "fritz"
},
{
"subscribe-to": "hpc-nats",
"cluster-tag": "alex"
}
]
}
}