wolfstudy commented on a change in pull request #610:
URL: https://github.com/apache/pulsar-client-go/pull/610#discussion_r702228620
##########
File path: pulsar/consumer.go
##########
@@ -181,6 +184,14 @@ type Consumer interface {
// ReconsumeLater mark a message for redelivery after custom delay
ReconsumeLater(msg Message, delay time.Duration)
+ // Reconsume a message
+ ReconsumeLaterLevel(message Message, options ReconsumeOptions) error
+
+ // Reconsume a message Async
+ ReconsumeLaterLevelAsync(message Message,
+ options ReconsumeOptions,
+ callback func(MessageID, *ProducerMessage, error))
Review comment:
When doing message sending, we need it to process the field information
such as Payload and Properties
--
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]