Skip to content

Commit b6caeaa

Browse files
committed
chore: add changelog
1 parent fb73fcb commit b6caeaa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The `nats` sink now supports message headers when publishing to JetStream.
2+
3+
It introduces a configurable, templated Nats-Msg-Id header that ensures a unique ID for each message. This enables broker-level deduplication, resulting in stronger delivery guarantees and exactly-once semantics when combined with idempotent consumers.
4+
5+
authors: benjamin-awd

scripts/integration/nats/compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ services:
5050
- /usr/share/nats/config/nats-jetstream.conf
5151
volumes:
5252
- ../../../tests/data/nats:/usr/share/nats/config
53-

0 commit comments

Comments
 (0)