qshuai

Results 19 comments of qshuai

> Go1.10(?)之后`runtime·convT2E`已经不能从外部包调用,用以下函数替代: > > ```go > //go:nosplit > func runtime_convT2E_hack(_type, elem uintptr) eface { > return eface{ > _type: _type, > elem: elem, > } > } > ``` 你好,runtime_convT2E_hack这个函数定义在什么地方(eface是不可导出类型)

@deatharvest 我安装的是10.12.04版本,亮度无法调节,快捷键也没用,请问有什么办法通过后期打补丁的方式或者驱动的方式解决吗?其他功能比较正常,就差这个了!!!

@BenKnigge Can you share your modified code. I am newer coder. I am setting up mining pool for bitcoin cash and encounter many difficulty. > bitcoin-cash: v0.16.2

> I dont see it mentioned yet, so I will note that this is already available with > other projects: > > https://github.com/radovskyb/watcher > > Example code: > > ```go...

@tzssangglass moving `client_body_buffer_size ` to the `http_configuration_snippet ` scope not work to me. ENV: ``` api version 2.15.0 uname -a: Linux apisix-89664c8cc-j4ltv 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC...

首先消费者不应该自动创建topic,topic创建时的参数(比如queue的数量)应该由生产者来指定。 其次,如果topic不存在,consumer hold住并没有什么坏处,hold住的这个行为也和kafka一样,没有什么不妥。 另外,你说有可能topic错了,那说topic是存在的情况,不在这个讨论范围里面

> 如果broker支持自动创建topic, 这个时候消费者会启动成功, 正常消费。 如果broker不支持自动创建topic,则会报topic不存在, 目前没有hold on, 有可能topic错了, 永远不会被创建, 消费者不应该一直hold on 我测试了一下,目前的最新代码(master);我设置broker支持自动创建topic,当consumer subscribe一个不存在topic时,也并没有自动创建这个topic(报错信息: xxx route info not found, it may not exist)

> If it is not troublesome, would you like to help us repair it? OK, my pleasure