GPrabhudas opened a new issue, #1124:
URL: https://github.com/apache/pulsar-client-go/issues/1124

   Just we like how the  [received command is logged 
](https://github.com/apache/pulsar-client-go/blob/master/pulsar/internal/connection_reader.go#L59)on
 receiving from broker, It will be helpful to debug issues on client side if 
[sent command is also logged 
here](https://github.com/apache/pulsar-client-go/blob/master/pulsar/internal/connection.go#L500)
 while sending it to broker something like below.
   
   ```go
   // log the command before sending to broker, it will be helpful for 
debugging in case of issues
   c.log.Debugf("Writing command: %v", cmd)
   ```


-- 
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...@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to