-
I find myself wanting a hybrid between push/pub and worker/sub, so that i can do topic workers (topic based routing with acknowledged messages, optionally persistent/durable).
any chance the push so…
-
As @kjvalencik points out in neon-bindings/neon#551 and neon-bindings/neon#552, the memory management model for `EventHandler` is still not safe: it's susceptible to leaks and races.
The problem is…
-
Following the nice new feature to allow dynamic configuration reloading as described in #4513 and PR #4520 I suggest the next step is to provide and API for dynamic partial updates to a live pipeline.…
-
As we get more and more scraped articles and snapshots, it'll become slower to select the data to work on at each step of the processing, e.g. selecting all new snapshots to parse with SQL would be sl…
-
**Jetty version(s)**
all
**Description**
The VERSION.TXT file is not being correctly generated. For example the recent 12.0.13 build was generated with:
```
jetty-12.0.13 - 03 September 2024…
gregw updated
1 month ago
-
Is there a guide on how to run VMAgent as a Windows Service?
When I try to setup a service it keeps crashing (Windows gets no response). I can see process is started but seems exe does not support …
-
# Feature Request
**Is your feature request related to a problem?**
When exporting data and a transient server issue prevents the request from being processed correctly the data will be lost. Or…
-
PR #3086 makes the atlas instance queueing logic much more shutdown-tolerant by replacing the in-memory pipeline with a persistent data store. However, an atlas instance is only queued after the block…
-
**Is your feature request related to a problem? Please describe.**
Persistent errors with big orders queue and tons of events in short time, some orders (especially those that are created already pai…
-
### Environment
- VerneMQ Version: 1.9.1
- OS: Alpine (deployed using docker-vernemq)
- VerneMQ configuration (vernemq.conf) or the changes from the default:
```
listener.ssl.default=10.16.30…