Skip to content

feat: Add Event-Driven Architecture semantic anchor#143

Merged
rdmueller merged 1 commit into
LLM-Coding:mainfrom
Nantero1:add-anchor-event-driven-architecture
Mar 9, 2026
Merged

feat: Add Event-Driven Architecture semantic anchor#143
rdmueller merged 1 commit into
LLM-Coding:mainfrom
Nantero1:add-anchor-event-driven-architecture

Conversation

@Nantero1

@Nantero1 Nantero1 commented Mar 7, 2026

Copy link
Copy Markdown

Summary

  • Adds Event-Driven Architecture as a new semantic anchor
  • Covers Hohpe/Woolf's async decoupling patterns from Enterprise Integration Patterns (2003)
  • Includes anchor file, all-anchors include, and AgentSkill catalog entry

Why this anchor?

EDA is a foundational architectural style with zero coverage in the catalog. It activates: event producers/consumers, publish-subscribe, async decoupling, message queues, at-least-once delivery, idempotency, eventual consistency, choreography vs. orchestration.

The catalog already has architectural anchors (Hexagonal, Clean, DDD) but none covering event-based communication — a gap given how pervasive async messaging is in modern systems.

Key separations from existing anchors:

  • vs. CQRS (if accepted): CQRS separates read/write models and can use events but doesn't have to — architectural responsibility, not communication style
  • vs. Observer (GoF): single-process, synchronous notification — EDA is distributed and async
  • vs. DDD Domain Events: DDD events are a tactical building block; EDA is the architectural style that governs how events flow between components

Files changed

  • docs/anchors/event-driven-architecture.adoc — new anchor file
  • docs/all-anchors.adoc — added include in Software Architecture section
  • skill/semantic-anchor-translator/references/catalog.md — added catalog entry

Adds EDA as a standalone semantic anchor covering async decoupling
via events, publish-subscribe, and message queues. Based on Hohpe/
Woolf's Enterprise Integration Patterns. Distinct from CQRS
(read/write separation), Observer (single-process, synchronous),
and Event Sourcing (state storage, not communication).
@coderabbitai

coderabbitai Bot commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@Nantero1 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 11 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: b0709bd9-4319-4954-9fec-ee2b27090fc8

📥 Commits

Reviewing files that changed from the base of the PR and between aefa0b4 and defe645.

📒 Files selected for processing (3)
  • docs/all-anchors.adoc
  • docs/anchors/event-driven-architecture.adoc
  • skill/semantic-anchor-translator/references/catalog.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@raifdmueller

Copy link
Copy Markdown
Contributor

Review: ✅ Good anchor, merge-ready.

Event-Driven Architecture is a well-defined architectural style with clear attribution (Hohpe/Woolf EIP, 2003). Strong content — the choreography vs. orchestration distinction is particularly valuable as a semantic anchor for LLM communication.

Post-merge TODO:

  • Add German translation (event-driven-architecture.de.adoc)

Merging recommended, translation will follow in batch (see #149).

@rdmueller rdmueller merged commit 27a9954 into LLM-Coding:main Mar 9, 2026
8 checks passed
raifdmueller added a commit to raifdmueller/Semantic-Anchors that referenced this pull request Mar 9, 2026
LLM-Coding#138, LLM-Coding#139)

Content from @Nantero1's original PRs LLM-Coding#138 and LLM-Coding#139, rebased on current main
after merging LLM-Coding#137, LLM-Coding#140, LLM-Coding#142, LLM-Coding#143.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants