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

add nats queue,support default and jetstream mode #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

atlaschan000
Copy link
Contributor

@atlaschan000 atlaschan000 commented Apr 20, 2024

The current version requires golang version 1.20 and above.

nats has officially deprecated the nats-streaming mode, so this version cannot support stanq in the library.

The current version implements nats default publish-subscribe and JetStream-based publish definition.

The default mode publisher publishes messages that are not landed, and if the subscriber is not online, the messages are lost.
Jetstream mode , the message landing , to ensure that the message is not lost , the message landing in the storage of a variety of ways , see the official nats documents

The current version has not yet realized the Reply mode for publishing messages

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

1 participant