tvojacek

Results 10 issues of tvojacek

Is it possible to add to docs sample config with leaf nodes secured by nkey? I have found ugly solution using credential file but it require pretense of JWT token....

### Host operating system: output of `uname -a` Linux merkur 5.8.0-50-generic #56-Ubuntu SMP Mon Apr 12 17:18:36 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ### https://github.com/prometheus/snmp_exporter.git generator does not have --version...

client.py on line 442 still used deprecated set_exception Proposed change by: raise ClientException("Connection lost") Rest of client use raise, this seem as missed change. Diff is bellow. ``` hbmqtt/client.py |...

It would be great if metric push allowed to add authorization header like "Bearer xxxxx". This will allow push data to managed instance on victoriametrics.com

Same problem has been solved in fasthttp in https://github.com/valyala/fasthttp/pull/1481 Original code: func s2b(s string) (b []byte) { strh := (*reflect.StringHeader)(unsafe.Pointer(&s)) sh := (*reflect.SliceHeader)(unsafe.Pointer(&b)) sh.Data = strh.Data sh.Len = strh.Len sh.Cap...

### What version were you using? nats 2.10.0,nats 2.10.1 ### What environment was the server running in? docker nats:2.10.1-alpine3.18 or nats:2.10.0-alpine3.18 ### Is this defect reproducible? start client connecting to...

defect

## Defect Signature of ConsumerInfo and AddConsumer allow pass JSOpt but ignore most of them only context or timeout is used. https://github.com/nats-io/nats.go/blob/543e628f4bafe989ce2ba548af09e2067c67ea69/jsm.go#L439 https://github.com/nats-io/nats.go/blob/543e628f4bafe989ce2ba548af09e2067c67ea69/jsm.go#L446 Rest of options like domain is ignored....

bug

## Feature Request UserCredentials call userFromFile and ignore error change UserCredentials to return error #### Use Case: Changed signature show the truth that the function can fail. and simply debug...

feature

If Backup Path is left blank default is used. Is it possible show in help default path? It default path is not documented so for user it is impossible to...

Priority: Medium
Type: Enhancement
Status: Available
Effort: Low

### Observed behavior Nats client costume all available memory >4GB RAM is nats server fail. Code simply publish messages into JetStream Input is 30messages/sec approx 100-2000bytes long ``` func connect(){...

defect