jonyhy96 opened a new issue #508: URL: https://github.com/apache/pulsar-client-go/issues/508
#### Expected behavior internalFlushCurrentBatches behave normally like internalFlushCurrentBatch #### Actual behavior internalFlushCurrentBatches always timeout #### Steps to reproduce Use KeyBasedBatchBuilder to produce message and wait for a while, timeout will happens in `failTimeoutMessages` because of less of sentAt set at [here](https://github.com/apache/pulsar-client-go/blob/master/pulsar/producer_partition.go#L549). Should add sentAt like [this](https://github.com/apache/pulsar-client-go/blob/master/pulsar/producer_partition.go#L442) #### System configuration **Pulsar version**: any -- 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]
