merlimat opened a new pull request #209: Fixed batching flag logic URL: https://github.com/apache/pulsar-client-go/pull/209 ### Motivation The logic to check if a message can be batched is currently broken because `deliverAt.UnixNano()` is not actually returning a 0 when the `deliverAt` is uninitialized. Rather it represent a timestamp in the far past which is changed into a negative timestamp (< Jan 1970).
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
