💦 FULL SET: Questions/tagged/nats.io - Uncensored 2025

Filter by
Sorted by
Tagged with
1 vote
0 answers
80 views

colleagues! - I use the "nats" message broker in my Golang project. - Currently, when using "NATS," large messages aren't compressed at all, causing the producer to crash with an ...
DimaMsuVmk22's user avatar
0
1 answer
40 views

I have NATS 2.12, when my MQTT 3.1.1 clients connect and subscribe, NATS rejects them and prints this message in the logs: failed to initialize PUBREL processing: subscribe permission violation ...
kolypto's user avatar
  • 36.4k
1 vote
0 answers
36 views

I’m running a NATS cluster in Kubernetes using a StatefulSet. My use case: I have microservices built with Moleculer that sometimes return large responses. By default, NATS limits messages to 1MB, but ...
Stackie's user avatar
  • 13
2
1 answer
382 views

https://github.com/nats-io/nats.js/pull/281 says that it adds support for per-message TTL in KV and JetStream. I have a couple of questions: Is there a way to set a per-key TTL? Once a KV store has ...
Mario Camou's user avatar
  • 2,375
2
1 answer
111 views

i tried to authorize user in nats with authcallout but i am not sure what is wrong, also documentation is very ambigue. I use Nats.JWT which is in preview as i know. i did that for test. I see that in ...
Alle's user avatar
  • 31
1 vote
1 answer
105 views

MQTT has retained messages: i.e. when someone subscribes to a topic — they immediately receive a message "pinned" to this topic. I'm using NATS as MQTT server, and my app connects to it as a ...
kolypto's user avatar
  • 36.4k
2
0 answers
123 views

I have a system where I have certain processes running. We use nats key-value store for storing these processes. These processes will have an expiration date after which they need to be cancelled if ...
Koizumi's user avatar
  • 21
2
0 answers
60 views

Given the follow code, I can subscribe to a NATS KV Store However each time the application starts, it will download all the data again. Since KV is an abstraction over a NATS stream, I'm hoping that ...
Red Riding Hood's user avatar
2
0 answers
282 views

I have a NATs stream that has a workerQueue retention policy. This stream also imposes some limits like max age and max bytes. I have seen 2 warnings now in the NATs docs which seem alarming: They ...
bcsta's user avatar
  • 2,377
2
0 answers
71 views

I'm implementing a microservices system where a NestJS gateway communicates with a Spring Boot microservice using NATS as the message broker. The issue is that when I send a message from my NestJS ...
Héctor Romero's user avatar
2
0 answers
61 views

I have two accounts on the same server. Account-A and Account-B. I've used nsc for creating imports and exports. Account-A exports the subject "public.xyz.>" publicly to Account-B. ...
Miguel Pragier's user avatar
3
0 answers
161 views

I am trying to build a NATS consumer that reads the last message from all subjects and then closes the connection. I need to do this periodically. However, my current implementation reads only up to ...
kruthiknivas thangamani's user avatar
1 vote
0 answers
154 views

I want to implement out callout authentication on NATS. I have created a console application that listens to the $SYS.REQ.USER.AUTH topic. Based on the received username and password, I generate a JWT ...
Yusuf UZUN's user avatar
0
0 answers
255 views

I am totally new to Nats, didn't even heard of it before. Right now I have a project that I inherited. We have an AWS ECS cluster configured with the base Nats docker image (5 nodes total). Dockerfile ...
pdxLife's user avatar
  • 29
1 vote
0 answers
140 views

I have an application where there are two services (multiple instance of each service) are communicating each other over NATS worker-queue type stream. However, I am facing the following two ...
ananda's user avatar
  • 359

15 30 50 per page
1
2 3 4 5
24