-
Java Version: 1.8.0_101
Paho Version: 1.1.0
Paho client is silently dropping the connection with Broker, i.e it does not trigger the connection lost callback function but it has already disconnect…
-
[William Welling](https://github.com/wwelling) (Migrated from [VIVO-1718](https://vivo-project.atlassian.net/browse/VIVO-1718)) said:
This task is to have TDB dataset provide RDF Delta patches, publi…
-
this is probably not relevant 'in the real world' but during some testing of my client i noticed that connecting from the client at the same time with mqtt3 and mqtt5 to the same broker does not work.…
-
https://github.com/terraform-ibm-modules/terraform-ibm-observability-da/blob/c9c904a29301246bd314339ae5c014db10964872/solutions/instances/variables.tf#L104
180 days is supported as well in the serv…
-
my state serevr is already running
i run
`set SCC_STATE_SERVER_HOST=127.0.0.1 && set SCC_BROKER_SERVER_PORT=3300 && node server.js`
and i get the error
```
{ SocketProtocolError: Socket …
-
Steps to reproduce:
1. Start Connect:
```shell
> redpanda-connect streams
```
2. Create a simple stream via the REST API with a failing output which blocks messages forever:
```shell
> …
-
Difference between Throttle and Rate-Limit
----------
Both Throttling and Rate-Limiting are designed to limit count of processes at a given time. However, Rate-Limiting rejects the processes exceedi…
-
We are trying to create a **kafka-node Producer** and send message using it. However, the **'Ready'** event is not emitted by the Producer and hence cannot proceed with the send message code.
Envir…
-
### Observed behavior
Recently, we encountered a strange memory leak in our NATS brokers. Memory consumption is continuously growing without any parallel workload being noticed. The memory continues …
-
I'm looking into building pub/sub into a system I maintain and was wondering if it would be suitable. I'm a little confused by the examples and documentation, it feels like I'm missing a crucial piece…