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

feat: implement futures::Sink<PublishMessage> on async_nats::Client #1267

Merged
merged 4 commits into from
Aug 20, 2024

Commits on Aug 16, 2024

  1. feat: expose async_nats::Client::sender for advanced use cases

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    26151a5 View commit details
    Browse the repository at this point in the history
  2. feat: implement Publisher byte sink

    This can be thought of as another end of the `Subscriber` or a
    partially-applied
    `publish{_with_headers,_with_reply,_with_reply_and_headers}`
    
    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    23fffd8 View commit details
    Browse the repository at this point in the history
  3. feat: implement Sink<PublishMessage> for Client

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f28ce23 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. refactor: rename respond -> reply in PublishMessage

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    cc566af View commit details
    Browse the repository at this point in the history