Skip to content

feat(messaging): add NATS JetStream event bus with durable consumers#1

Merged
AlpNuhoglu merged 1 commit into
mainfrom
feature/nats-jetstream-messaging
Jun 16, 2026
Merged

feat(messaging): add NATS JetStream event bus with durable consumers#1
AlpNuhoglu merged 1 commit into
mainfrom
feature/nats-jetstream-messaging

Conversation

@AlpNuhoglu

Copy link
Copy Markdown
Owner
  • introduce NATSBus alongside existing RedisBus
  • preserve Publisher/Subscriber abstractions
  • add durable JetStream streams and consumers
  • implement ACK-after-success processing model
  • support event replay and redelivery
  • preserve OpenTelemetry trace propagation across async boundaries
  • add transport factory with EVENT_BUS selection
  • add event bus metrics and messaging documentation
  • keep Redis as default transport for backward compatibility

- introduce NATSBus alongside existing RedisBus
- preserve Publisher/Subscriber abstractions
- add durable JetStream streams and consumers
- implement ACK-after-success processing model
- support event replay and redelivery
- preserve OpenTelemetry trace propagation across async boundaries
- add transport factory with EVENT_BUS selection
- add event bus metrics and messaging documentation
- keep Redis as default transport for backward compatibility
@AlpNuhoglu AlpNuhoglu merged commit 6ea28b8 into main Jun 16, 2026
1 of 2 checks passed
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.

1 participant