#EventDrivenArchitecture

Leanpubleanpub
2026-02-26

Code-less Game Design Workshop: Game Development Course using Construct 2 & 3. by Stephen Gose is the featured course on Leanpub!

Link: leanpub.com/courses/leanpub/cg

2026-02-25

#Uber has open-sourced #uForwarder - a push-based #ApacheKafka consumer proxy built to handle trillions of messages & multiple petabytes of data daily.

uForwarder introduces:
🔹 Context-aware routing
🔹 Head-of-line blocking mitigation
🔹 Adaptive auto-rebalancing
🔹 Partition-level delay processing

The result ❓ Read #InfoQ to find out: bit.ly/4u9T2Lg

#SoftwareArchitecture #EventDrivenArchitecture #Microservices #DistributedSystems #OpenSource

Leanpubleanpub
2026-02-24

Learning Patterns by Lydia Hallie and Addy Osmani is free with a Leanpub Reader membership! Or you can buy it for $7.99! leanpub.com/learningpatterns

2026-02-20

By adopting a centralized #EventDrivenArchitecture with #AmazonEventBridge, Amazon Key modernized its event platform.

The Impact ❓
• Millions of daily events processed with millisecond latency
• Improved schema governance
• Automated cross-account routing
• Service onboarding reduced from 48 hours → 4 hours
• Maintains 99.99% reliability

Details here 👉 bit.ly/4kNWJSn

#InfoQ #SoftwareArchitecture #AWS #Microservices #LowLatency #EvolutionaryArchitecture #Platforms

Leanpubleanpub
2026-02-19

The Architectural Blueprints for Building Business Optimized Data Platforms by Ivan Vukasinovic is free with a Leanpub Reader membership! Or you can buy it for $19.00! leanpub.com/business-optimized

2026-02-18

Find out how to build Event-Driven Microservices for financial systems in this #InfoQ #podcast with Muzeeb Mohammad, Senior Manager of Software Engineering at JP Morgan Chase.

Topics covered:
• Core principles & patterns behind event-driven architectures
• Why these patterns are used
• Challenges in finance and other highly regulated industries

🎧 Available in audio and video formats
🔗 Watch or listen to the full deep dive here: bit.ly/4qGvDhm

#SoftwareArchitecture #EventDrivenArchitecture #Microservices #Observability #Resilience #Fintech

Lutz Hühnkenlutzhuehnken
2026-02-18

I’ve been speaking at conferences for ~12 years, and it still doesn’t feel routine. I rarely repeat talks, and sometimes something genuinely new comes along: a new conference, or a format that allows real depth.

Two of those are coming up.

Lutz Hühnkenlutzhuehnken
2026-02-04

I've built a new 2-day hands-on training on Event-Driven Architecture - event design, messaging, failure handling, the practical stuff.
Looking for a first company to do a test run. The deal: your team gets the training for free, I get real-world feedback to refine the material.
In-person, on-site, ideally 6-10 people.
Interested? Details here:
huehnken.de/training.html

AsyncAPI InitiativeAsyncAPISpec@fosstodon.org
2026-01-30

Speaker Reveal 🚀

Using multiple event brokers? That often means scattered events and poor discoverability.

In this session by Prachi Jamdade, see how Gravitee unifies event streams into a single, searchable AsyncAPI catalog with built-in governance to improve quality, security, and consistency.

Grab a free open pass and join this session.

Agenda and Free Passes: conference.asyncapi.com/venue/

#EventDrivenArchitecture #AsyncAPI #EnterpriseAPIs #PlatformEngineering

Lutz Hühnkenlutzhuehnken
2026-01-29

I came across github.com/confluentinc/parall recently and I think the API makes more sense than the "standard" Kafka client libraries.
It allows parallel processing while keeping per-key ordering, and as a side effect has per-message acknowledgements and automatic retries.
It could use some modernization (recent Java, virtual threads), but conceptually this should be the go-to API for Kafka consumers.
What do you think? Have you used it?

2026-01-29

🚀 Master the software architectures behind 2025’s biggest systems!

Our #InfoQ selection of 2025’s top #SoftwareArchitecture presentations is here to inspire you.

📺 Watch now — transcripts included!

➡️ Timeouts, Retries and Idempotency In Distributed Systems by Sam Newman
bit.ly/41dPAm0

➡️ Building Distributed Event-Driven Architectures across Multi-Cloud Boundaries by Teena Idnani
bit.ly/4a4nw8g

➡️ High Performance Serverless with Rust by Benjamen Pyle
bit.ly/45p3VNt

➡️ From a Lambda-Lith to an Event Driven Architecture - Lessons Learned by Leo Hanisch
bit.ly/42ays1c

➡️ How GitHub Copilot Serves 400 Million Completion Requests a Day by David Cheney
bit.ly/3DO6bnT

📚 Stay informed. Stay inspired. And always #StayAhead of the curve - Knowledge is power 💪

#DistributedSystems #EventDrivenArchitecture #CloudComputing #Serverless #Rustlang #GitHub

Leanpubleanpub
2026-01-25

Designing Trading Systems Series leanpub.com/b/dts-series by Code Maverick is the featured bundle of books 📚 on the Leanpub homepage! leanpub.com

Find it on Leanpub!

Lutz Hühnkenlutzhuehnken
2026-01-20

I'll be running a half-day workshop on event-driven architecture in Munich on March 10th. Compact, practical, and I'm told quite enjoyable.
Example code is Java/Kafka/Spring, but concepts apply to any stack. In German 🇩🇪.

- Code "sas_trainer_15_mar2026" for 15% off
- Early-bird (€300 off) ends Thursday, Jan 22nd

➡️ software-architecture-summit.d

2026-01-10

Většinou nejsem človek, co kritizuje používání javascriptu na backendu, protože to i sám dělám. Občas si ale říkám, že někde to fakt nedává smysl a to co by zvládnul jeden worker v Go zvládá 10 workerů v javascriptu, jenom kvůli neschopnosti pracovat s vysokou konkurencí, respektive plácání s pamětí. A to i když človek manuálně posílá instrukce do micro task queue.

#javascript #concurrency #eventdrivenarchitecture

Lutz Hühnkenlutzhuehnken
2026-01-08

I really like the article “Orchestration vs Choreography for Microservice Workflows” by Ben Morris. It’s short, clear, and refreshingly balanced. A good overview of a topic that’s often discussed in very absolute terms.

👉 ben-morris.com/orchestration-v

For that reason, I’ve added it to the Awesome Event-Driven Architecture list as a recommended read.

👉 codeberg.org/lutzh/awesome-eve

Lutz Hühnkenlutzhuehnken
2025-12-30

🎉 500 ⭐️ on Awesome Event-Driven Architecture!

Thanks to everyone who starred, shared or contributed. It’s great to see the EDA community at work and exchanging patterns, tools, and real-world lessons.

If you’re interested in event-driven microservices and architectural patterns, have a look:
➡️ github.com/lutzh/awesome-event

Image of the star counter on Github showing 500.
Domain-Driven Design Europedddeu@m.aardling.social
2025-12-16

They've discovered a powerful overlap between Domain-Driven Design and application integration patterns. By applying strategic DDD tools to integration design, they're addressing a critical gap: bringing business value to interoperability topics that are typically treated as "just infrastructure."

👉 Watch the full interview: youtu.be/GDcLmwyXxlA

#DomainDrivenDesign #SoftwareArchitecture #Integration #EventDrivenArchitecture #DDDEurope

Lutz Hühnkenlutzhuehnken
2025-12-11

More self-promotion, but with good intentions: The early-bird price ends soon!
In March 2026 I’m doing my half-day “intro dive” workshop on event-driven architecture again, including a small Java/Kafka/Spring hands-on. If you’re curious about EDA or want to sharpen your toolbox, join us!
On-site in Munich, in German 🇩🇪.

➡️ software-architecture-summit.d

2025-12-09

#CaseStudy - Karrot replaced its legacy recommendation system with a new scalable architecture powered by multiple AWS services.

The shift addresses issues of tight coupling, limited scalability, and poor reliability in the previous setup - moving to a distributed, event-driven design built on scalable cloud infrastructure.

🔗 Learn how they did it: bit.ly/4pzELow

#AWS #EventDrivenArchitecture #DistributedCache #ApacheKafka #InfoQ

2025-12-08

#SoftwareArchitects constantly navigate the tensions between Ideal & Pragmatic, Innovation & Stability, Speed & Safety.

This #InfoQ eMag offers perspectives to help you see your own challenges more clearly, along with patterns others have used successfully.

Most importantly, it’s a reminder that the best architectures emerge when we stop pretending technology exists separately from the humans who build & use it.

⬇️ Free download: bit.ly/48AMLhv

#SoftwareArchitecture #ArchitectureDecisionRecords #EventDrivenArchitecture #MicroFrontends #TechLeadership

Client Info

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