• Ephera
    link
    fedilink
    42 years ago

    Yep, RIP.

    I, too, am empathetic of needing to pay for rent, food etc., and Akka has always been basically too good to be true/free, but there’s no chance we can continue to use it at $DAYJOB like this. We had a difficult standing with it already, because lawd forbid, we weren’t building run-off-the-mill CRUD applications in the lowest-common-denominator technology.

    It was also basically our argument for using Scala. Scala is excellent. Simpler and more mature than Kotlin. But Kotlin won the popularity contest, so again lawd forbid, someone might have to spend two days reading up on the syntax differences. Basically, because management is scared of programming languages.
    With Akka, you had a framework that had a significantly more usable and documented Scala API. For Kotlin, you had to adapt the Java API, which is far more complex and that adaptation is not documented.

    So, yeah, we kind of don’t have an exit strategy here. Basically having to hope for a fork to magically appear, so we can continue freeloading off of that. Don’t have much of a choice here, unfortunately.

      • Ephera
        link
        fedilink
        22 years ago

        Well, our company isn’t too big, but we’re a supplier for various big companies. So far, my understanding is that our customers would need to buy the license.

        • moist-leninist
          link
          fedilink
          12 years ago

          If your workplace is shitty like mine and never updates dependencies you could still use it lmao

  • @basiliscos@lemmy.ml
    link
    fedilink
    32 years ago

    There are C++ alternatives like CAF or rotor , they are far away from features of AKKA, but still they are FOSS and they are actor frameworks.

    • Ephera
      link
      fedilink
      22 years ago

      It’s a prominent framework for basically implementing distributed applications in JVM languages (Java, Scala, Kotlin etc.).

      It contains an implementation of the actor pattern (a more sophisticated, but long-term simpler way of doing multi-threading), clustering of distributed applications, data streaming and more.

      Basically, if you want to write a production-ready distributed application, you currently use either Akka or Erlang (which is a whole separate programming language).