2022-09-09 15:48:03 UTC - Michele Sciabarra: I can see that there are 785 people who contributed to Akka and not everyone working for Lightbend. So I believe there are plenty of people who have the skills to maintain akka even if it is certainly a complex piece of software. However my feeling is that in current shape Akka does not need too many new features soon, but long term maintenance. I am surprised I have not seen yet annoucement or discussions about such a fork. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1662738483122089 ---- 2022-09-09 16:31:56 UTC - Dragos Dascalita Haut: FWIW, we at Adobe are in the process of rewriting & refactoring the Invoker in Go, w focus on increasing throughput & latency. We're removing the payload limits by removing kafka from the execution path, opening support for HTTP Streaming from actions, and leveraging K8S more. Our version of Invoker benefits the companies that use K8S to deploy OW. If there's interest in this direction, we can have a community meeting and we can share our design as well as the results we got so far. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1662741116258789?thread_ts=1662741116.258789&cid=C3TPCAQG1 ---- 2022-09-09 19:28:10 UTC - Brendan Doyle: Lightbend has changed course a little and opted to make security updates for 2.6 through September 2023 giving us plenty of breathing room here to figure out as a community the path forward
<https://discuss.lightbend.com/t/2-6-x-maintenance-proposal/9949> tada : Matt Welke, Rodric Rabbah, Dragos Dascalita Haut https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1662751690081659?thread_ts=1662751690.081659&cid=C3TPCAQG1 ---- 2022-09-09 22:07:44 UTC - Ben Carver: Received the following error from the Kafka pod: `ERROR Error while writing to checkpoint file /kafka/kafka-logs-owdev-kafka-0/__consumer_offsets-13/leader-epoch-checkpoint (kafka.server.LogDirFailureChannel)` `java.io.IOException: No space left on device` Do I increase the `persistence` parameter in the helm `.yaml` file to fix this? I tried this, but I'm also getting an HTTP 503 error. In the past, I've fixed this by deleting the `nginx` and `apigateway` pods and letting them be recreated, but that doesn't seem to be resolving it? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1662761264687769 ----