R.I.Pienaar

Results 312 comments of R.I.Pienaar

yup, this is infurating, they moan about things they say are optional. At least after a previous ticket they are only warning and not refusing to build

> Not interested in this feature 😇 ? The author is in a position where he can't reply atm to these things, it does not mean there's no interest.

I have only seen this on streams that existed on the earlier version. Clustered and stand-alone. But can’t get a easy repro

You can embed nats server in your own code and then configure it that way. However, be aware that embedding keys in your code is not secure typically unless you...

No need to modify the source. You can start the server in a go routine of your own code and supply certs to it however you like using a go...

Just do the go get it suggests you do. The dependency is only used by gen and not choria in general so it’s not in the go mod. But also...

you ran `go mod tidy` after which again removed it - since the code doesnt require it. `go mod tidy` would not consider the needs of `go generate`

You should also `go generate` before `go build`. Suggest you just run `go generate -run plugin ` which wouldnt need that package so no go get needed