-
The archive client receives a timeout:
```
io.aeron.exceptions.TimeoutException: awaiting recording descriptors - correlationId=90
at io.aeron.archive.client.AeronArchive.checkDeadline(Ae…
-
Hi! As i promised in gitter recently i'm posting my test:
```java
@Test
public void shouldTimeoutImageWhenBehindForTooLongWithMaxMulticastFlowControlStrategy()
{
final int nu…
QIvan updated
5 years ago
-
Hello, we have been running Aeron quite successfully in production so far but there was an instance recently where there was a surge in market data causing outage in network on one of our servers
*…
-
I first run the SampleServer then the SampleClient. Outputs from both:
```
1 -> {
"MessageName": "TestRequest",
"header": {
"MessageName": "Header",
"BeginString": "FIX.4.4",
"M…
-
Hi,
I have a couple of applications that run on two machines, a linux one and a windows one. All of them publish on and subscribe to the same multicast address. The network has three switches but t…
-
Hi,
I think this might be down to my misunderstanding, but after reading the protocol specification and reading this comment [https://github.com/real-logic/aeron/issues/537#issuecomment-411745995](…
-
Since Gossip Protocol by design introduces a lot of reliability it is safe and more efficient to use UDP transport for sending Gossip messages instead of TCP. Take into account that Failure Detector m…
-
Moved from https://github.com/real-logic/simple-binary-encoding/issues/492 (@juddgaddie)
> Like Java, C# (unlike c/c++) is typically not compiled from sources for that reason I think the bounds che…
-
-
Support the tagging of channel URIs so they can be cross referenced and used to simplify configuration in the C Media Driver as in the Java Media Driver.