Re: [PR] golang: Add ClientFunc option for simple consumer [rocketmq-clients]
JingruiLea commented on PR #854: URL: https://github.com/apache/rocketmq-clients/pull/854#issuecomment-2475614411 没有见过封装的这么垃圾的go框架,看起来什么接口都提供了,实际上什么接口都没提供。先弄了一个Producer,又一个Consumer,又来一个Client,又来一层Conn,什么都没法设置,一堆defaultConfig,defaultClient,还都是private的,狗屎。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] golang: Add ClientFunc option for simple consumer [rocketmq-clients]
RongtongJin merged PR #863: URL: https://github.com/apache/rocketmq-clients/pull/863 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] golang: Add ClientFunc option for simple consumer [rocketmq-clients]
RongtongJin closed pull request #854: golang: Add ClientFunc option for simple consumer URL: https://github.com/apache/rocketmq-clients/pull/854 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] golang: Add ClientFunc option for simple consumer [rocketmq-clients]
zaaksam commented on PR #854: URL: https://github.com/apache/rocketmq-clients/pull/854#issuecomment-2458734647 提供 cosnumer 的 clientFunc 选项,与 producer 流程保持一致。可在有需要时替换 NewClient 流程,自定义配置选项 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org