pulsar-client-go
pulsar-client-go copied to clipboard
Support dynamic set go sdk version in connection
Signed-off-by: xiaolongran [email protected]
Motivation
Currently, when Go SDK creates a connection, the version information set is fixed to Pulsar Go 0.1. When we maintain multiple versions of Go SDK in the production environment, we want to obtain the specific version information used by users through operations such as tcpdump .
Modifications
Support dynamic set go sdk version in connection