cross post from: https://programming.dev/post/37369902

Hi everyone,

we, the iceoryx community, just released iceoryx2 v0.7, an ultra-low latency inter-process communication framework for Rust, C, C++ and with this release, Python.

If you are into robotics, embedded real-time systems (especially safety-critical), autonomous vehicles or just want to hack around, iceoryx2 is built with you in mind.

Check out our release announcement for more details: https://ekxide.io/blog/iceoryx2-0-7-release

And the link to the project: https://github.com/eclipse-iceoryx/iceoryx2

  • iii@mander.xyz
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 days ago

    From the top of my head: Replication, sharding and failovers, access control, security in general.

    None of these are dealbreakers, all of them have workarounds, and redis has proven to scale. It just requires a lot of work and maintenance to do right. So I’m always happy to evaluate alternatives :)