We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The latest go-queue has nats jetstream.
We can embed nats server or use an external nats servers, cluster or super cluster.
Its much easier to setup and run than Kafka, being 100% golang.
I think it might be possible to support both using a config to allow the runtime to decide if it wants to use Kafka or Nats.
there is also a 100% golang equivalent to Elastic Search. https://github.com/zincsearch/zincsearch
These 2 give a 100% golang setup and can even be run in the same binary or not.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The latest go-queue has nats jetstream.
We can embed nats server or use an external nats servers, cluster or super cluster.
Its much easier to setup and run than Kafka, being 100% golang.
I think it might be possible to support both using a config to allow the runtime to decide if it wants to use Kafka or Nats.
there is also a 100% golang equivalent to Elastic Search.
https://github.com/zincsearch/zincsearch
These 2 give a 100% golang setup and can even be run in the same binary or not.
The text was updated successfully, but these errors were encountered: