derhuerst / hafas-gtfs-rt-feed

Format HAFAS data as GTFS Realtime.
https://github.com/derhuerst/hafas-gtfs-rt-feed#hafas-gtfs-rt-feed
Other
16 stars 1 forks source link

move from NATS Streaming to NATS JetStream #13

Open derhuerst opened 2 years ago

derhuerst commented 2 years ago

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

derhuerst commented 1 year ago

It seems like NATS-Streaming will only be maintained until June 2023.