Results 95 comments of shenfeng

> please pay attention here: [#10950 (comment)](https://github.com/apache/apisix/pull/10950#discussion_r1577950606) fixed

> can you also mention that `host` is deprecated now (both in code and docs). Here is an example: ![image](https://private-user-images.githubusercontent.com/61597896/326402545-2d1bd1d2-ca14-4996-971b-c03cf5f3bde0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTQ0NDUzNDcsIm5iZiI6MTcxNDQ0NTA0NywicGF0aCI6Ii82MTU5Nzg5Ni8zMjY0MDI1NDUtMmQxYmQxZDItY2ExNC00OTk2LTk3MWItYzAzY2Y1ZjNiZGUwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MzAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDMwVDAyNDQwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRiMDA5M2M2MGQzMjk5MWY3YWRlMzM0ZTg3ZjI1NzkzNDdmMGJhY2FiOWY2NDkwNGRhYTc4YzkzOGMxZWEzZjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.CjEq0_S5GAmy7PWo6RGzI6WQWhddUvWCBY-aj8bFeno) > > https://apisix.apache.org/docs/apisix/plugins/kafka-logger/#attributes Yes

@shreemaan-abhishek new issue opened here

@shreemaan-abhishek hello,I updated the [client.lua](https://github.com/ShenFeng312/lua-resty-dns-client/blob/master/src/resty/dns/client.lua) and mock the data with www.baidu.com. u can use this file to reproduce this bug

@shreemaan-abhishek hello

Hello, when are we going to review this? @shreemaan-abhishek

i have same problem. have you fixed it?

这边我看了下 dubbo 的invoker的 Cluster 是在Invoker 初始化时指定的 如果想拆成方法级别的。需要添加一个动态Cluster包装,可以根据上下文中cluster字段,切换到不同的Cluster根据配置在去SPI 获取一个放入这个动态Cluster 的缓存。不太确定是否有必要这么设计。我认为完全可以将不同Cluster 配置的方法放到不同的接口(服务)中 @AlbumenJ