liftbridge-io / go-liftbridge

Go client for Liftbridge. https://github.com/liftbridge-io/liftbridge
Apache License 2.0
66 stars 18 forks source link

Add read-only status and event timestamps to metadata #93

Closed Jmgr closed 3 years ago

Jmgr commented 3 years ago

This PR adds the read-only status to the metadata, as well as the first and latest timestamps of received messages, paused and read-only status changes.

This is pending merging of https://github.com/liftbridge-io/liftbridge-api/pull/43, so creating as a draft for now.

Jmgr commented 3 years ago

I see that the timestamps functions do not returns a zero time.Time, but time.Unix(0, 0) instead. I will fix that.

Jmgr commented 3 years ago

I see that the timestamps functions do not returns a zero time.Time, but time.Unix(0, 0) instead. I will fix that.

Fixed.

tylertreat commented 3 years ago

lgtm