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

   Please improve the "Failing x message" log message at 
https://github.com/apache/pulsar-client-go/blob/27e36250f35094b203483c946bc4406c6119ce62/pulsar/producer_partition.go#L943
 .
   This gets logged when sending a message times out.
   
   #### Expected behavior
   
   Add " due to send timeout" to the log message.
   
   ```
   time="2023-05-26T06:15:12Z" level=info msg="Failing 1000 messages due to 
send timeout" producerID=3 producer_name-pulsar-env-123-234567 
topic="persistent://tenant/namespace/my-topic-partition-0"
   ```
   
   #### Actual behavior
   
   ```
   time="2023-05-26T06:15:12Z" level=info msg="Failing 1000 messages" 
producerID=3 producer_name-pulsar-env-123-234567 
topic="persistent://tenant/namespace/my-topic-partition-0"
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to