-
Currently, the HRMS project uses an SQLite database for storing application data. As the data volume grows, SQLite's limitations in handling concurrent requests and large datasets have become apparent…
-
The current method of fetching LinkedIn data using linkedin-api may have limitations or may not be the most efficient way. We need to explore other approaches that might offer better reliability, more…
-
This is a set of issues around running 100k+ simulations with RASPA, and stems mainly from its memory leaks. Currently, RASPA leaks a _lot_ of memory, which builds up over many simulations. The "solut…
-
Kafka messages can be consumed according to two different strategies:
- **at most once** messages can be _lost_ due to consumer faults
- **at least once** messages can be _read twice_ due to consumer…
-
### What would you like to be added or enhanced?
We have been utilizing the [core-replicant architecture](https://docs.emqx.com/en/emqx/latest/deploy/cluster/mria-introduction.html#enable-core-replic…
-
Are there plans to add high availability and reliability metrics for network ?
-
When launching 50 nodes simultaneously with the default configuration of rmw_zenoh 1.0.0, the following logs are output. Although errors occur, communication itself seems to be working, suggesting tha…
-
Hello,
I'd like to propose a new feature for our module's JSON output. Currently, we provide data in JSON format, but I believe we can enhance its usefulness by adding a "trust score" for each fiel…
-
# Background
Enterprise customers typically deploy Redis in cluster mode for production environments to ensure high availability and scalability. Wave's current Redis deployment only supports stand…
-
:red_circle: **ChatApp-2.0**
:red_circle: **A scalable chat application designed for high throughput, reliability, and the ability to handle large traffic efficiently.**
:red_circle: **NEXT, Node,…