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

   #### Expected behavior
   
    message will DeliverAfter 60000 min
   
   #### Actual behavior
   
   The producer was blocked when I set 60000 min to DeliverAfter column for 
delay message
   
   The  context.WithTimeout is not worked.  
   
   I can not send any message to pulsar with this producer
   
   #### Steps to reproduce
   
   &pulsar.ProducerMessage{
                Key:         "",
                Payload:     []byte() ,
                DeliverAfter: time.Duration(60000)*time.Minute,
        }
   
   #### System configuration
   github.com/apache/pulsar-client-go v0.8.1
   go 1.17.10
   


-- 
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