Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream/consumer info timestamps, stream configuration ` #561

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

aricart
Copy link
Member

@aricart aricart commented Jul 27, 2023

[FEAT] stream configuration can specify the starting sequence that the stream will use (2.10.0 and better server)
[FEAT] StreamInfo and ConsumerInfo now report the UTC timestamp of when the info was created (ts field) (2.10.0 and better server)
[CHANGE] ConsumerInfo incorrectly typed created as Nanos, instead of an UTC timestamp
[FIX] ordered consumer sets redeliver to 1, and to be mem based
[TEST] ordered consumer by date turns into sequence on restarts
[LINT] fixed some linter warnnings

…ecify the starting sequence that the stream will use

[FEAT] StreamInfo and ConsumerInfo now report the UTC timestamp of when the info was created (`ts` field)
[FIX] ordered consumer sets redeliver to 1, and to be mem based
[TEST] ordered consumer by date turns into sequence
[LINT] fixed some linter warnnings
Copy link
Member

@Jarema Jarema left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@aricart aricart merged commit 09627f2 into dev Aug 16, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants