-
### Observed behavior
Use an embedded nats server with opt.LogFile but logging is not logged
### Expected behavior
The expected behavior is to see logging content in the specified log file, such as…
-
nats.go v1.12.1
nats-server v2.5.0
1. Using AddConsumer with QueueSubscribeSync fails.
2. Similarly AddConsumer without AckPolicy fails.
```go
package main
import (
"fmt"
…
-
Version: [47ca8b6]
## Reproduce:
1. Start nats-jetstream and gravity-dispatcher services
2. Create data product and ruleset
![create](https://github.com/BrobridgeOrg/gravity-cli/assets/57003432/c5…
-
### Proposed change
I haven't found a way to delete a consumer using the Python SDK, the [official documentation ](https://docs.nats.io/using-nats/developer/develop_jetstream/streams) shows how to …
-
If a non-json client publishes a message that is invalid JSON, an encoded connection doesn't report the issue, this tests demonstrates the issue:
```go
func TestJSONBad(t *testing.T) {
var d int…
-
Hi I am using `nats-py==2.1.7` and when I am trying to make a load balancing with the retention policy `RetentionPolicy.WORK_QUEUE` the msgs are still delivered to both workers.
I don't understand …
-
# Setup
* nats-py: 2.0.0
* Python 3.10.3
* OS: Linux 5.16.16
# Test Code
```python
import asyncio
from nats.aio.client import Client
async def main():
nc = Client()
await nc.c…
pohlt updated
3 months ago
-
Would you open to adding nats as a driver in https://github.com/tarampampam/webhook-tester/tree/master/internal/pubsub
there is an example here :
https://github.com/RussellLuo/hats
Nats serv…
-
Hey, I got the error in my golang app:
```
2024-06-13T21:41:57.808742Z Can't publish snapshot part 0 for snapshot.mystream, err=nats: timeout
```
At the same time I see in the nats-server logs:
…
-
### What version were you using?
2.10.2
### What environment was the server running in?
Kubernetes, default configuration from the NATS helm chart, updated to use `2.10.2-alpine` with cluster…