sundy-li opened a new issue #346: URL: https://github.com/apache/pulsar-client-go/issues/346
Well, in pulsar I saw messages are abstracted as an interface like ``` type Message interface ``` In golang, interfaces perform poor performances vs direct struct call. Here is the comparison. https://syslog.ravelin.com/go-interfaces-but-at-what-cost-961e0f58a07b ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
