#akka

a f a s i aafasia_arq
2025-06-06

. void ift.tt/0EwAhHB | posted by afasia | daily entries on contemporary art and architecture |

Bethnal Green Road . Ankaran Studio AKKA . void arhitektura . photos: © An…

Natan Silnitskynatansil@fosstodon.org
2025-06-06

Akka is suggestion Event Sourcing as the collaboration pattern for agentic systems? WDYT? Any other pattern you prefer instead?

#DDDEurope #EventCentric #Akka #EventSourcing #AgenticAI

2025-06-02

Great interview with Jonas Bonér covering Akka's history, core concepts (Actors, Streams, Persistence), the shift to BSL, and its role in AgenticAI. #akka #scala youtu.be/wXM3-jAKDfQ

Justin du Coeurjducoeur@social.coop
2025-01-22

Anyway, step one complete: #Querki is finally running in #Docker locally.

One mistake was that I committed to an early deployment solution a dozen years ago which, sadly, was a dead-end. That was kind of invasive, and wound up pinning Querki to *ancient* versions of #Scala and #Akka (and libraries).

So now, we're switching everything to Docker, and probably just going to use native AWS for deployment for the time being. I may eventually switch to #k8s, but one problem at a time…

🅴🆁🆄🅰 🇷🇺erua@hub.hubzilla.de
2024-12-03
На этом видео со свежего HighLoad++ начиная с 3:20:40 и по 3:31:34 интервью про внутренности Системы Быстрых Платежей от ведущего разраба в так называемой «Мир Plat.Form (НСПК)» — стоящей и за системой пластиковых карт МИР, т.е. это часть национальной система платёжных карт #НСПК.

TL;DR как и на чём вращается #СБП
  • Приложения (сами инстанцы сервисов) на #Java и #Kotlin
  • Хранение ссылок платёжных, QR-кодов, в #Cassandra
  • Платёжные поручения в #XML со схемой #XSD (стандарт на базе формата ISO 20022)
  • Обмен сообщениями с ЦБ тоже через #XML (отдельный формат)
  • Инстанцы сервисов обработки транзакций statefull
  • Многопоточная обработка через Actor Model (выбрали #Akka, вот эта вот)

И это реально прокручивается за пару секунд, что многим хорошо известно, хотя изначально выделено 15 секунд на всю процедуру оплаты в магазинах, когда стоишь на кассе.

Полезно к вопросам о технологической отсталости и зависимости.
Почему собственно и рассказывать доводилось так подробно о том насколько Java реально русская и «Axiom JDK».
Да и хорошо известен тот факт, что Kotlin тоже российский, целиком и полностью, тоже в основном питерский — назван в честь острова #Котлин на котором располагается город #Кронштадт.

И вопрос переносимости Java-приложений между серверами с разными ОС тоже хорошо известен, сегодня это одни ОС с application servers, а завтра могут быть и другие. Если перешли на что-то сродни «Axiom JDK», так же могут уйти и на решения Azul Systems, гарантирующие отсутствие «замираний мира» (фризов при работе GC) или наоборот.

А национальная СБП, весьма нагруженная и социально значимая вещь, которой пользуется реально много людей в РФ, довольно большой процент населения. Как известно уровень комиссии у СБП в десять раз ниже, чем у древних Visa & MasterCard.

Может и доживём когда-нибудь, когда отечественная государственная агитационно-пропагандийская машина начнёт такие вещи раскручивать в медийном пространстве. Если не в прайм-тайм на федеральных ТВ каналах, то хотя бы продвигать в различных социальных медиа.

#softwaredevelopment #lang_ru @Russia
Konrad 'ktoso' Malawskiktoso
2024-11-15

Fantastic news! Lightbend is now and Akka 3 is coming!!!

Akka always was *the* best part, so it’s fantastic to focus on it like that.

Congratulations @jboner et al 👏

akka.io/

2024-10-24

Our Principal Software Engineer Krzysztof Ciesielski tested the performance of the Tapir library and described it in the Benchmarking tapir series: sml.io/benchmarking-tapir 💡

See the conclusions from the tests and what improvements were introduced thanks to this project!

#tapir #tapirlibrary #scala #akka

Ava Parkerparkerava340
2024-10-10

Unlock Scalability in 30 Minutes with Akka Actors In Java, a built-in multi-threading system relies on shared data and locks. To utilize this system, developers identify the data to be shared among multiple threads and mark the code sections that access this data as “synchronized”. (toolkit) computerstechnicians.com/it/co

Comunidad bahá´í de MexicaliBahais_Mexicali
2024-09-11

.

Santuario de Bahá'u'lláh y los jardines bahá'ís en .

Foto: @monarey9

.

Santuario de Bahá'u'lláh y los jardines bahá'ís en #Akká.

Foto: @monarey9
Kris Jenkinskrisajenkins
2024-06-26

What’s the right way to send messages between different systems? , , and many others have interesting opinions, all strongly held.

In contrast, this week’s topic is , which aims to be whatever kind of messaging system you need…

youtu.be/5NXvU17a-iU

2024-05-27

Latest #Akka release 24.05 is packed with a bunch of cool things:
- new DB sharding allows for 1M req/s on 8 RDS instances
- GraalVM native images
- native Akka on resource-constrained devices
- #Java 21 certified
- new features to enable #ZeroTrust setups

Find all details here: lightbend.com/blog/akka-2405-m

Michael :donor:hertg@infosec.exchange
2024-05-26

Ever wanted to access the request body within a Play Framework Filter? I did, and I couldn't find any solution online. Now there is one. See my post:

hertig.blog/posts/accessing-re

#playframework #akka #pekko #scala #java #jvm #blog #webdev

2024-05-17

This is old news, but there's now an official announcement — Apache Pekko is now a top-level project:

news.apache.org/foundation/ent

#Scala #Akka #OpenSource

Kris Jenkinskrisajenkins
2024-05-15

From to and beyond, there are coders that love the actor model. But how does it work? How do you design systems in an actor-based world?

Hugh McKee joins me to talk about the best patterns and approaches he's found for breaking the problem down and building an actor-system back up.

📺 Watch on YouTube: youtu.be/CBUWcUuG6Ss

🎧 Listen on Spotify: open.spotify.com/episode/6Lvib

Michael :donor:hertg@infosec.exchange
2024-04-01

I want to crowdsource a list of projects that were initially Open source licensed but have since switched to a non-FOSS license. I intend to create a website listing them. Which do you know of?

The following information would be great to have:
- Name of Project
- Link to project Website/Repo
- Link to official license change announcement
- Fork(s) that stayed open source

Here are the ones I'm already aware of:

- Akka (Lightbend)
- Terraform (Hashicorp)
- Vault (Hashicorp)
- Teleport
- Redis

#opensource #foss #license #bigtech #software #apache #scala #akka #goteleport #redis

Justin du Coeurjducoeur@social.coop
2024-03-28

@mpilquist @alexelcu Ooooh, and that led me to Alex’ year-old article on integrating #Akka with CE3: alexn.org/blog/2023/04/17/inte

That's directly relevant to my life, since I hope someday to bring #Querki into the modern age, using CE3 and fs2, and it's 100% based on Akka Cluster Sharding. (Still the number-one use case for Akka.) So that's going to get bookmarked for future reference; thanks!

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst