donkeywon
donkeywon
I use client to send 100k messages, the gnatsd server received all messages, but phpnats only handled about 65k messages, then php throw a error like this ``` Notice: Undefined...
### Describe the bug  ### Environment - Eoapi version: 1.8.0 - Eoapi server version: 1.8.0
### Describe the bug 1. 在输入第一个双引号时自动补全了右引号,后面输入的双引号都没有自动补全。 2. 当光标右边存在右引号时,手动输入右引号会多一个右引号而不是光标右移一位  ### Environment - Eoapi version: 1.8.0 - Eoapi server version: 1.8.0
**Describe the bug** flusher_kafka_v2这个插件看文档是支持otlp协议的,但是实际上不支持,以下是我的配置 ```yaml flushers: - Type: flusher_kafka_v2 Brokers: - 127.0.0.1:9092 Topic: test-log Convert: Protocol: otlp_log_v1 Encoding: none ``` 看了下代码,不确定是调错函数了还是没完成这个插件  
To avoid tag conflicts with other third-party libraries like [env](https://github.com/caarlos0/env) 1. support field tag prefix ```go type Cfg struct { Path string `flag-short:"p" flag-long:"path" flag-description:"path to xxx"` } cfg :=...