-
Hi, what is the time source for the timestamps that is used when a consumer offset is provided as a timestamp? Is it when the message was received by the broker? In my case I need to attach at a stream based on a timestamp that is referring to the creation of the data, which I am setting as a property when publishing. However, RabbitMQ does not use this timestamp when using a time offset, and attaches to the beginning or end of the stream (I tried using artificial timestamps much smaller or larger than current time). Is there any other way to do this? Thanks in advance for any help. Edit: I am using python and tried this with both the pika and rstream library. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
+1 |
Beta Was this translation helpful? Give feedback.
+1
(Although using node.js)
Posted a question in rabbitmq-users google group