-
I noticed a conversation on our internal Slack workspace suggesting that the team would like to see the documentation for timestamps in the Channel Configuration docs improved:
* https://github.com…
-
Hi @mjpt777 , we would like to use Aeron C++ client's ReplayMerge functionality with the IPC transport.
We found out that it doesn't currently support IPC in real-logic/aeron#839. Please could we t…
-
The repro in #14 no longer compiles on current master but the following is basically equivalent:
```rust
use aeron_rs::concurrent::atomic_buffer::{AlignedBuffer, AtomicBuffer};
fn main() {
…
-
Reimplement Aeron networking as Godot networking
-
seems like aeron does not care to zero out buffers, instead they rely on buffer reuse to overwrite the content on the next message:
https://github.com/real-logic/aeron/issues/203#issuecomment-1934674…
subes updated
2 years ago
-
With aeron:
```
Cluster API must init cluster[0m] Start of log messages of test that [Failed(java.lang.RuntimeException: Failed to stop [ClusterSystem] within [20 seconds]
```
https://github…
-
# scalecube-events:
Motivation:
When a service needs data owned by another service, there are two main strategies to obtain the sought data:
1) A service can ask for the data from the service t…
-
See https://www.elastic.co/guide/en/elasticsearch/resiliency/current/index.html for examples
To start it off:
Aeron too big messages
Not enough peers to run jobs - some jobs may be unscheduled
Define…
-
49.20 (in IDE)
The following units currently register as invalid when rebuilding the cache (meaning: not in the lobby or anything. This is in addition to reports of DS being invalid when having loa…
-
We are seeing an issue when reboot ArchivingMediaDriver on Aeron 1.44.0
below is my sample code
```
import static io.aeron.driver.ThreadingMode.INVOKER;
import static io.aeron.driver.ThreadingMod…