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

Merge the async_nats crate into the nats crate under the asynk module #192

Merged
merged 9 commits into from
Aug 4, 2021

Conversation

spacejam
Copy link
Contributor

@spacejam spacejam commented Aug 4, 2021

No description provided.

## Breaking Changes

- #*** the async_nats crate has been merged into the
main nats crate, under the `asynk` module name.
Copy link
Member

Choose a reason for hiding this comment

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

Can in not be called async?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

async is a reserved keyword in Rust, and this is also the name we used in the past when the async functionality was in the same crate

@@ -4,6 +4,10 @@

- #192 the async_nats crate has been merged into the
main nats crate, under the `asynk` module name.
- #192 the `jetstream::IntervalTree` type has been made
Copy link
Member

Choose a reason for hiding this comment

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

I think we are leaning towards calling it OrderedConsumer.

Copy link
Member

Choose a reason for hiding this comment

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

Should be done the Go client version this week, got delayed on server stuff.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

@derekcollison derekcollison self-requested a review August 4, 2021 12:46
Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

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

LGTM

@spacejam
Copy link
Contributor Author

spacejam commented Aug 4, 2021

Thanks for the review!

@spacejam spacejam merged commit 3a10268 into master Aug 4, 2021
@spacejam spacejam deleted the tyler_merge_async_crate branch August 4, 2021 12:58
aditsachde added a commit to aditsachde/vector that referenced this pull request Feb 23, 2022
The async_nats crate was merged into the standard nats crate as a module and is no longer maintained. nats-io/nats.rs#192

This will unblock jetstream support vectordotdev#10534.
spencergilbert pushed a commit to vectordotdev/vector that referenced this pull request Feb 24, 2022
The async_nats crate was merged into the standard nats crate as a module and is no longer maintained. nats-io/nats.rs#192

This will unblock jetstream support #10534.
tobz pushed a commit to vectordotdev/vector that referenced this pull request Feb 25, 2022
The async_nats crate was merged into the standard nats crate as a module and is no longer maintained. nats-io/nats.rs#192

This will unblock jetstream support #10534.
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