Griffin
Griffin
@derekcollison If nats-server has such plan, I am interested to add this feature. Thanks.
> Get it. Thanks @philpennock @derekcollison
> You submitted a PR yes? Submitted a draft PR.
> Hey! > Quic protocol support is on the roadmap for the second half of the year. wow so cool, thanks. Are there any opportunities for me to get involved?
> Of course. Our tentative plan is to support it for client connections and leafnodes, similar to how we did websockets. Is it ok to make a pr before July...
Hi @amitamit281 , could you add more details like what's the `cred file` looks like and re-format the output and command? It's not so clear now.
@amitamit281 Also want to check with you that how to set the max memory to `1byte`. I found the default is `1MB` if I set the config like this: ```...
@dhairya105 Thanks for your reply, I have known the authorization file path, but I still wander how to set `max_mem` to 1B. I don't find such in the [doc](https://docs.nats.io/running-a-nats-service/configuration/resource_management), the...
Hi @amitamit281 , I set it properly. But actually I think it's an issue about `JetStream not enabled for account`, you could find many similiar issues such as https://github.com/nats-io/nats-server/issues/2819, https://github.com/nats-io/nats-server/issues/2367....
For the code coupling, could also see the #3174 . To enable a global logger which binds to the server, we could decouple many functions from the `server` struct. Thanks.