zymap commented on issue #5714: Add more info in the error messages
URL: https://github.com/apache/pulsar/pull/5714#issuecomment-558874357
 
 
   Yes. There are many exceptions thrown by `ClientCnx`. In `ClientCnx`, it 
using a map to save `requestId` and CompleableFuture. And the `requestId` is 
generated from other places like `ConsumerImpl` or `ProducerImpl` or 
`LookupService`. Should I pass the topic name from the `Consumerimpl` and 
combine it with `requestId`? If so I can get the topic name or other 
information when the future complete exceptionally.  

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to