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

Bump Version and Update dependencies for Jetstream Support #60

Merged
merged 2 commits into from
Dec 15, 2021

Conversation

bwerthmann
Copy link
Contributor

@bwerthmann bwerthmann commented Dec 15, 2021

Split the module updates from #58.

Update dependencies for Jetstream Support

Pull all dependencies with 'go get -u'.

nats-server v2.3.0 added new fields to 'server.ServerStats'

ActiveServers    int            `json:"active_servers,omitempty"`
JetStream        *JetStreamVarz `json:"jetstream,omitempty"`

Related PRs:

Signed-off-by: Ben Werthmann ben@synadia.com

Signed-off-by: Ben Werthmann <ben@synadia.com>
Pull all dependencies with 'go get -u'.

nats-server v2.3.0 added new fields to 'server.ServerStats'

    ActiveServers    int            `json:"active_servers,omitempty"`
    JetStream        *JetStreamVarz `json:"jetstream,omitempty"`

Related PRs:

* JetStream: nats-io/nats-server#2269
* ActiveServers: nats-io/nats-server#2276

Signed-off-by: Ben Werthmann <ben@synadia.com>
@bwerthmann bwerthmann changed the title Update deps for current statsz struct Bump Version and Update dependencies for Jetstream Support Dec 15, 2021
Copy link

@davidkemper davidkemper left a comment

Choose a reason for hiding this comment

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

LGTM

@bwerthmann bwerthmann merged commit edc24d3 into nats-io:master Dec 15, 2021
@bwerthmann bwerthmann deleted the prepare-for-jsz-feature branch December 15, 2021 19:23
@bwerthmann bwerthmann linked an issue Feb 3, 2022 that may be closed by this pull request
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.

2 participants