-
Is there any appetite for a native integration with NATS.io? Being a serious contender to Rabbitmq and nservicebus it would be a great addition to the platform.
-
### Observed behavior
```
let nc_main = ConnectOptions::with_jwt(jwt, move |nonce| {
let keypair_clone = keypair_clone.clone();
async move { keypair_clone.sign(&nonce).map_err(…
-
## Describe the bug
The "main-queue" event stream can grow unlimited. Unless the messages are manually deleted, this could fill the FS at some point.
```
root@c61752751a7c:/# nats stream info main-…
-
### Observed behavior
There are messages for consumers in the stream (confirmed by analyzing the stream file and publisher logging), but the messages do not reach the consumers. NATS CLI also shows t…
-
Hi, thanks for the amazing projects kombu & celery!
I want to use kombu with [NATS](https://docs.nats.io/) broker, are there any plans to support it?
-
## Describe the bug
benthos does not have many connectors.
## Steps To Reproduce
```bash
❯ benthos --version
Version: 4.40.0
Date: unknown
❯ benthos list --format…
-
## Describe the bug
Run oCIS 6.6 in Kubernetes, eg via https://github.com/owncloud/ocis-charts/pull/778
## Steps to reproduce
1. install it
2. look at the pods
3.
## Expected behavior
Pods …
-
### Which OpenObserve functionalities are the source of the bug?
log search
### Is this a regression?
Yes
### Description
Hi,
after upgrading from v0.12.0 to v0.13.0, the basic log search for a …
-
When putting heavy load to nats receivers the nats service will possibly redeliver events and therefore duplicate them. This is because we do not configure it correctly.
When pulling events from t…
-
Start with a simple utility that can receive connection notifications from NATS and display the number of connected clients.
The utility must be written in a language that is cross platform.
The UI…