Replies: 2 comments
-
When I downgrade to 1.27.1 it comes ones and after did not come
I have no deduplication jetstream enabled. Is there something else I can check ? |
Beta Was this translation helpful? Give feedback.
-
The client probably closes before the message is send to the server. To ensure consistent behavior in such short living app, it's good to call nc.Flush() before closing it. as showed in example: https://github.com/nats-io/nats.go/blob/main/examples/nats-pub/main.go Without it, client might, or might not manage to flush the buffered messages in time. EDIT: It is core NATS, so it has nothing to do with JetStream. |
Beta Was this translation helpful? Give feedback.
-
I have run nats server, from docker and local
With 1.28.0 message does not publish to subject
With NATS Cli (1.19.0) it is working well
Beta Was this translation helpful? Give feedback.
All reactions