You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @kowiste, NATS does not support defining streams in the configuration file. The options are programmatically through the client libraries (e.g. Go), the CLI, a Terraform provider, or nack (a k8s controller).
I feel that is an oversight, because you're requiring the use of extra tooling when a simple configuration file can drive a single instance or cluster can have everything it needs in one file.
Really nice project you have here.
I have a problem trying to create a stream in the configuration file, it would be nice if you could add a example for this.
Here is what I'm doing now, with the container up I connect to nats and cant see mistream , but after the addstream line test stream is display.
How I can configure streams in the config file?
docker-compose.yml
nats-server.conf
main.go
The text was updated successfully, but these errors were encountered: