Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NATS support #584

Open
linux-china opened this issue May 9, 2024 · 2 comments
Open

NATS support #584

linux-china opened this issue May 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@linux-china
Copy link

NATS is more than PubSub with lots features:

@gedw99
Copy link

gedw99 commented May 12, 2024

Would be really awesome to see nats supported.

I quite like the way gofr manages what type of system your using via the context.

Descant then eithe embed nats Jetstream , use an external NATS Jetstream or using the Syndia Cloud running NATS Jetstream in which AWS or GCP or Azure.

I tend to use Embedded for testing, and my own NATS super cluster for Production.

the nats team test their own nats system using an embedded NATS server too. It’s quicker .

—-

I am using this NAT HTTP gateway to give me an S3 system , without running S3. It uses the NATS object store and scales out multi region if your using a NATS Super Cluster. The actual files are stored in the NATS object store.

https://github.com/wpnpeiris/nats-gateway

@gedw99
Copy link

gedw99 commented May 12, 2024

Also there are examples with videos here for the many aspects of NATS

https://github.com/synadia-io/rethink_connectivity

You can send logs, traces and metrics to NATS Jetstream. This is async and can reduce the amount of sub systems you need for your telemetry as well as unifying all that data from your many mi Roderick into a global view inside nats.

@vipul-rawat vipul-rawat added the enhancement New feature or request label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants