R.I.Pienaar

Results 203 comments of R.I.Pienaar

You should probably remove the `authorization` section you're essentially configuring 2 competing auth systems here, and specifically you have the backend user in both this section and the accounts section.

I believe the account level users still accept authorization blocks too

Here num_ack_pending isn't going down once the AckWait is finished that message is not in ack pending but it's still conting to the num_ack_pending count, that seems wrong. ```json {...

``` package server import ( "encoding/json" "fmt" "strconv" "testing" "time" "github.com/nats-io/nats.go" ) func Test3209(t *testing.T) { c := createJetStreamClusterExplicit(t, "JSC", 3) defer c.shutdown() nc, js := jsClientConnect(t, c.randomServer()) defer nc.Close()...

> we are interested into having only the last message published for any given subject (it's the most recent stock exchange's segment status). MaxMsgsPerSubject could be good for us, is...

Yeah I saw this bug also yesterday :) Please open a issue will look tomorrow

At the moment only a per-bucket TTL

There's no way to tell the server some API can bypass the payload limits, we could support adjusting the payload size for backups - and I think it's even in...

> The solution for me was to add `GODEBUG=x509sha1=1` before command > > P.S. go1.18.3 That is not the solution, the solution is to upgrade your certificates, enabling sha1 certificates...

I'm a big fan of structured logging, the problem is this is a deep pit as every platform wants their own crazy formats