pulsar-client-go icon indicating copy to clipboard operation
pulsar-client-go copied to clipboard

Log flow commands before sending to broker

Open GPrabhudas opened this issue 1 year ago • 0 comments

Just we like how the received command is logged on receiving from broker, It will be helpful to debug issues on client side if sent command is also logged here while sending it to broker something like below.

// log the command before sending to broker, it will be helpful for debugging in case of issues
c.log.Debugf("Writing command: %v", cmd)

GPrabhudas avatar Oct 31 '23 05:10 GPrabhudas