Jetstream: Publish #607
Answered
by
scottf
robertmircea
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
scottf
May 26, 2022
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scottf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2.A You could just publish async and ignore the task/ack.
2.B Once you have setup the stream and subject, you can just do a core publish to the subject. Under the covers the Jetstream publish is just a core request/reply where the reply is from the server. There is an example of that here: https://github.com/nats-io/nats.net/blob/master/src/Samples/JetStreamPublishVsCorePublish/JetStreamPublishVsCorePublish.cs