[GitHub] [pulsar] wolfstudy commented on issue #3813: [go client] Pointers vs. values in parameters

2020-10-26 Thread GitBox
wolfstudy commented on issue #3813: URL: https://github.com/apache/pulsar/issues/3813#issuecomment-716936266 @codelipenghui This question is raised for the cgo client. In the native go client, we have used this recommended method. Given that we are temporarily giving up maintaining the cgo

[GitHub] [pulsar] wolfstudy commented on issue #3813: [go client] Pointers vs. values in parameters

2019-12-03 Thread GitBox
wolfstudy commented on issue #3813: [go client] Pointers vs. values in parameters URL: https://github.com/apache/pulsar/issues/3813#issuecomment-56144 > @wolfstudy did we address the problem in native client implementation? No, in the native go client, we still have this problem

[GitHub] [pulsar] wolfstudy commented on issue #3813: [go client] Pointers vs. values in parameters

2019-03-18 Thread GitBox
wolfstudy commented on issue #3813: [go client] Pointers vs. values in parameters URL: https://github.com/apache/pulsar/issues/3813#issuecomment-473891119 > In my opinion what you list it is a one-time costs,not the point. What‘s the point is that ProducerMessage struct used in producer.S

[GitHub] [pulsar] wolfstudy commented on issue #3813: [go client] Pointers vs. values in parameters

2019-03-13 Thread GitBox
wolfstudy commented on issue #3813: [go client] Pointers vs. values in parameters URL: https://github.com/apache/pulsar/issues/3813#issuecomment-472320199 [https://golang.org/doc/faq#methods_on_values_or_pointers](https://golang.org/doc/faq#methods_on_values_or_pointers)