Closed gedw99 closed 1 year ago
Unlikely to happen in the short term, but will certainly keep this open to gauge interest.
Fair enough .
@jaffee
https://m.youtube.com/watch?v=C4BnJ5QLeTY
It’s comparing Kafka and nats from a perf and feature pov.
i used both and the one before them called Tibco Rendezvous.
the api aspects are almost the same so it’s not hard to support both.
There are CDKs that do so like: https://github.com/google/go-cloud/tree/v0.29.0/pubsub, which has Kafka and nats golang drivers that are supported by google team.
Nats has the advantage that it runs anywhere and it’s commonly put onto IOT devices and globally distributed clusters
It’s a golang alternative to Kafka.
would be great as nats is more performant that Kafka