Byron Ruth
Byron Ruth
I am in favor of changing to `$SYS.REQ.SERVER.PING.ACCSTATZ` for consistency and avoid confusion/conflict with the account name of `PING`. I know this all is in the context of the system...
In case it is helpful, the [Scoop NATS package](https://scoop.sh/#/apps?q=nats&id=09fb2fc0860035164c639940f7cffa3499998dc2) is up-to-date. Their process appears to be automated.
> need to provide instructions on how to set this up as I believe it requires a user-managed config file to accomplish. This can be accomplished programmatically without config files...
Hey @VestigeJ, I saw you assigned this to yourself! Are you actively working on this or interested in collaborating?
@udf2457 This was a temporary back burner.. focus has been on the NATS 2.10 release the past couple months. The KINE PR works, but there are a couple remaining subtle...
Hey folks, just giving a quick update so it doesn't get lost in the void again. I made some more progress today on the Kine PR (k3s-io/kine#194), including porting the...
Converted https://github.com/k3s-io/kine/pull/194 to ready for review. There are some final bits to clean up and testing a couple failure cases, but in a good spot. Docs will come in the...
@brandond Other than documentation, what would be helpful to have this be supported in v1.29?
It is designed to be pluggable. I created it to learn more about approaches to data binding and to understand the overlap between event systems. I do not have benchmarks...
Hi @Lancetnik, are you saying you don't want to pass a command argument to docker run? e.g. ``` docker run -p 4222:4222 nats -js ``` If so, why? The alternative...