tikafu commented on issue #21891:
URL: https://github.com/apache/pulsar/issues/21891#issuecomment-1891182401
> > 2. Produce one message to pulsar and keep the message id;
>
> @tikafu how did you produce this message? Please provide accurate
instructions to reproduce this issue.
@lhotari very simple, just use client sdk to produce one message, nothing
special like this:
```
MessageId messageId = producer.newMessage().value("hello".getBytes()).send();
```
By the way, the key point is the different timezones and the process of date
formatting rather than the way of producing message.
--
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]