13 lines
490 B
Text
13 lines
490 B
Text
|
|
{
|
||
|
|
name = "nats",
|
||
|
|
version = "2.10",
|
||
|
|
description = "NATS JetStream — high-performance messaging with persistent streams",
|
||
|
|
tags = ["messaging", "pubsub", "streaming", "jetstream", "appserv"],
|
||
|
|
modes = ["cluster"],
|
||
|
|
dependencies = [],
|
||
|
|
provides = [{ id = "nats-messaging", version = "2.10", interface = "nats" }],
|
||
|
|
requires = [{ capability = "block-storage-csi", kind = 'Required }],
|
||
|
|
conflicts_with = [],
|
||
|
|
best_practices = ["bp_007", "bp_016"],
|
||
|
|
}
|