-
### Steps to recreate
```
CLI way of doing the file dance
add --trace to any of these for more verbose output
create the store on hub
nats --server nats://testUser:testPass@localhost:4222 --j…
-
## Enhancement Request
Here's an example of a client that connected to a server and because of memory/disk limits is unable to be serviced by JetStream. The only error returned to the client is `50…
-
**Describe the bug**
The extra_options parameter is not utilized when using pull_subscribe in nats.
Below is the function signature from natspy
``` python
async def subscribe(
self,
…
-
I have a ONAP use-case to block/wait for the dependent messages processing between load balance queue group consumers.
I am trying to build correlation messaging system, with complex business logic…
ghost updated
4 years ago
-
### Observed behavior
when a cross-account client makes a CONSUMER.MSG.NEXT request, if the server sends a protocol message (such as an idle heartbeat) the empty payload of the protocol message wil…
-
There is a new golang project that is very similar to Kafka.
It uses NATS and it's called liftbridge.
I was wondering about integrating it with this and your grpc generator.
But does the grpc gen…
ghost updated
5 years ago
-
### Proposed change
For now, users of NATS Jetstream should manually setup subject partitioning for sharding streams. Please make declarative way to shard streams across clusters of NATS Jetstream. F…
-
## Feature Request
There should be a feature to deny wildcard subscriptions, but allow literal-variable subscriptions. This would be huge in preventing wiretap situations.
For example,
I should b…
-
https://docs.nats.io/using-nats/developer/receiving/drain
number 4 should be changed from Close to Unsubscribe given the implications of Unsubscribe on a durable consumer.
If it were Close then …
-
后端消息队列可以改成接口吗,后面有些情况下,可以用其他消息队列