mjpt777 on master
[Java] Increase cluster termina… (compare)
mjpt777 on master
Tidy up warnings and formatting. (compare)
mjpt777 on master
[C++] Better example of ReplayM… (compare)
mjpt777 on master
[C++] Extra debugging info for … (compare)
mjpt777 on master
[C++] Remove the need to split … (compare)
mjpt777 on master
[C++] Tidy up archive tests. (compare)
mjpt777 on master
[C++] Tidy up archive tests. (compare)
mjpt777 on master
[C++] Fix archive tests to run … (compare)
mjpt777 on master
[Java] Improve ArchiveTest in s… (compare)
mjpt777 on master
[Java] Avoid boxing of boolean … (compare)
mjpt777 on master
[Java] Naming. (compare)
hi all, i’ve read article from Martin Fowler about LMAX. Is this still valid given that the Aeron replace the Disruptor? https://martinfowler.com/articles/lmax.html
I like clean domain model in DDD + Event Sourcing. I think Aeron is very perfect for that kind of architecture. thought?
hi all, i’ve posting a question in stack overflow regarding the messaging pattern in aeron
https://stackoverflow.com/questions/63528428/aeron-messaing-pattern-for-pub-sub-one-way-and-competing-consumer
thanks a lot
Hi, I'm new to Aeron and I'm looking to implement subscribers that can catch up from the archive before joining a live stream.
I've added archiving in the publisher (aeron:udp?control=localhost:40456|control-mode=dynamic). The subscribers use ReplayMerge. The issue I'm having is that ReplayMerge never merges the live stream. It alternates between CATCHUP and ATTEMPT_LIVE_JOIN. I narrowed it down to shouldStopAndRemoveReplay method where image.activeTransportCount() >= 2 never evaluates to true (image.activeTransportCount() == 1). I would be grateful if someone could advise what may be causing this.
hi! I was exploring your benchmarks and I wonder what do you think about running benchmarks with docker containers? I found it very useful and very convenient for everybody else to reproduce the results on their machines, but I guess you might have concerns about affecting the results.
My experience tells it barely noticeable:
thanks