-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: milvus:v2.3.10-gpu
- Deployment mode(standalone or cluster):stand a…
-
### Observed behavior
If one is deleting a message from jetstream asynchronously with natsMsg_Destroy, it will crash (https://github.com/nats-io/nats.c/pull/792 exhibits this in a test)
### Expected…
-
### Observed behavior
I have a nats leaf-node port 6222 and a normal nats-server on port 4222. On leaf-node I will add files to object store and replicate it to the connected nats-server. The Jets…
-
### Observed behavior
When calling the api while connecting to the nats server with version 2.8
```
await _context.CreateOrUpdateConsumerAsync(
_stream,
config,
…
-
I don't know if anyone is experiencing this issue, but when we try to build with kaniko everything goes fine (no error shown).
When we deploy the image in production we find out that packets are miss…
-
## Describe the bug
I'm following the LDAP example using docker-compose. I'm currently stuck because OCIS tries to connect to a NATS cluster. I have many services in my Docker setup but none is a NAT…
-
### Proposed change
Hi nats.net team!
Thank you for creating a well functioning library!
I've been using it for over a year and its been a joy. Only thing is that I'd like you to consider binar…
-
Because nats is reactive a KV change will ripple through to all other servers that also use koanf.
I was wondering if the other server will get the nats updates without a restart ? Or do I need to…
-
**Describe the bug**
I wanted to install mayastor via helm on my arm64 Talos 1.6.1 server, but I can't get it working. It seems like the etcd version that is used depends on an image [`docker.io/bitn…
-
# Configuration
In my Program.cs, I have CAP configured like so:
```cs
builder.Services.AddCap(o =>
{
o.UseEntityFramework(opt => opt.Schema = "Outbox");
o.UseNATS(opt =>
{
…