derhuerst/hafas-gtfs-rt-feed

move from NATS Streaming to NATS JetStream

Open

#13 opened on Jul 8, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (1 fork)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Are there clear benefits, e.g. in performance or functionality? Will NATS Streaming be deprecated soon?

The clients sill seem to be in beta:

Support for JetStream is built-in. However, the JetStream API extensions are still in beta. Feel free to use them. The client will emit a console message when either nc.jetstream() or nc.jetstreamManager() apis are used to remind you they are in beta.

https://github.com/nats-io/nats.deno/tree/e17fb3de52fd28b5ccc899c0f64b08f7b1bfd695#jetstream

Support for JetStream is built-in. However, the JetStream API extensions are still in beta. Feel free to use them. The client will emit a console message when either nc.jetstream() or nc.jetstreamManager() apis are used to remind you they are in beta.

https://github.com/nats-io/nats.js/tree/4e81d8a74d8b06e25fe049ecb4bfc772437528b9#jetstream

Contributor guide