nats.io Questions
4
Solved
have error with nats-server -js
when i want publish msg with golang in nats-server -js, i have error like this: nats: no response from stream
i want publish video to nats-server -js
this is my pub ...
Potluck asked 8/5, 2021 at 23:5
1
We are currently using Redis behind NATS to do caching which is a standard practice. However, I have come across this idea that we can take advantage of the Object Store or Key Value features in NA...
Henghold asked 27/2, 2023 at 3:5
3
I want develop a project in microservice structure.
I have to use php/laravel and nodejs/nestjs
What is the best connection method between my microservices. I read about RabbitMQ and NATS messaging...
Assailant asked 2/10, 2021 at 12:10
1
Solved
I have been working with Nats/Jetstream for a bit now and within a CQRS/Event sourcing project. Recently, it occurred to me that I have not been following any naming conventions for subjects' names...
Rhondarhondda asked 11/6, 2022 at 14:25
0
In Nats go client we can setup a consumer with js.AddConsumer(). This function takes a ConsumerConfig.
// ConsumerConfig is the configuration of a JetStream consumer.
type ConsumerConfig struct {
D...
Passive asked 27/9, 2022 at 9:15
1
Solved
I want to implement an exactly once delivery system with Nats Jetstream. Documentation says that Jetstream has this option, but there is no samples or details about that how it's work and how clien...
Filipe asked 30/6, 2022 at 10:50
3
Solved
I'm trying to understand how NATS Jetstream scales and have a couple of questions.
How efficient is subscribing by subject to historic messages? For example lets say have a stream foo that consist...
Lennalennard asked 1/1, 2022 at 16:3
1
I am new to NATS Jetstream and I have been reading their official documentation to understand its concepts and compare it with Kafka. One of the major use cases I have, is to solve for message/even...
Dedrick asked 30/8, 2021 at 13:22
3
Solved
For a long time, when it comes to the microservice architecture, NATS and Kafka are the first options that come to my mind. But recently I found this gRPC template in dotnet core and that grasped m...
Robinetta asked 14/8, 2020 at 18:49
2
Solved
I'm trying to use NestJS and the NATS microservice. There is good documentation for setting up a basic request-response.
What I did is the following:
Ran a local NATS server.
Set up my main.ts t...
Mcmullin asked 11/6, 2019 at 18:24
1
I'm looking for a way to display all the subjects that currently exist on a NATS Streaming Server during operation. Have thoroughly looked through documentation but have been unable to find a menti...
Servile asked 8/6, 2017 at 0:29
1
© 2022 - 2024 — McMap. All rights reserved.