FeiYing9

Results 12 comments of FeiYing9

> Answering your original question, the ABI will indeed have dedicated call to select upstream, but it's not there yet. I'm really looking forward to this feature

这根本就不是答案是`False`的问题,,他为什么要设置这样的问题?? 不懂Python的人就不配进群,不配用这套? 回答`false`也会被拒绝

> 我觉得它应该设置成回答正确自动通过而非人工审核,我申请了也没让通过,而且这是个三四年前的开源项目,现在不能用了吧 是的,是这个意思 这个项目确实也很久没提交代码了,有点黄了的意思 连这种基本的issue也只有我们这些使用者在回复

if i have a block like this: ```nginx set_by_lua_block $file_name { local t = ngx.var.uri local query = string.find(t, "?", 1) if query ~= nil then t = string.sub(t, 1,...

I delete it from db, remove the storage backlog, and rename the logfile make it mismatch, it's going ok after restart fluent-bit. Then i rename this logfile back, everything goes...

Now I found it's crash when flush to kafka: I know how to Reproduce: 1. run a container or pod which just `cat this attached file ` [crash_when_cat_new.txt](https://github.com/user-attachments/files/18531735/crash_when_cat_new.txt) 2. make...

to offer more information, my config of fluent-bit is like this: ```yaml apiVersion: fluentbit.fluent.io/v1alpha2 kind: ClusterInput metadata: name: train namespace: fluent labels: fluentbit.fluent.io/enabled: "true" fluentbit.fluent.io/component: logging spec: logLevel: debug #...

I have provided the steps for reproducing the issue, anyone can deal with it?