nats-io / stan.go

NATS Streaming System
https://nats.io
Apache License 2.0
706 stars 117 forks source link

Document timestamp precision #328

Closed palsivertsen closed 3 years ago

palsivertsen commented 3 years ago

The MsgProto type has a field called timestamp, but it's usage is not documented. The precision (s/ms/ns) and base (Unix Epoch?) should be specified.

kozlovic commented 3 years ago

@palsivertsen Submitted 2 PRs: #329 and https://github.com/nats-io/nats.docs/pull/156. Hope this helps!