<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Event‑driven architecture in Artificial Intelligence Forum</title>
    <link>https://community.sap.com/t5/artificial-intelligence-forum/event-driven-architecture/m-p/14434907#M1547</link>
    <description>&lt;DIV&gt;A good approach is to keep Event Mesh focused on reliable event routing and let AI services handle the intelligence layer. Use clear event schemas, avoid sending unnecessary data, and make sure AI decisions are traceable before triggering business actions in S/4HANA. For large-scale utility scenarios, monitoring, retry handling, and human approval paths for critical actions are just as important as the AI model itself.&lt;/DIV&gt;</description>
    <pubDate>Mon, 06 Jul 2026 22:14:34 GMT</pubDate>
    <dc:creator>henry-collins1</dc:creator>
    <dc:date>2026-07-06T22:14:34Z</dc:date>
    <item>
      <title>Event‑driven architecture</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/event-driven-architecture/m-p/14434899#M1545</link>
      <description>&lt;P&gt;What are best practices for using SAP Event Mesh with AI services to handle real‑time utility events (like grid imbalance or meter exceptions)? For instance, a utility might route millions of smart meter events per day into Event Mesh. Joule or SAP AI Core could subscribe to those events, classify them (normal vs. exception), and trigger automated responses — such as opening a service ticket in S/4HANA, or sending a predictive alert to field crews. Another example: grid imbalance events could be streamed into Event Mesh, where AI models forecast demand spikes and automatically adjust load‑balancing workflows in BTP.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2026 20:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/event-driven-architecture/m-p/14434899#M1545</guid>
      <dc:creator>Atul_Joshi85</dc:creator>
      <dc:date>2026-07-06T20:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Event‑driven architecture</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/event-driven-architecture/m-p/14434907#M1547</link>
      <description>&lt;DIV&gt;A good approach is to keep Event Mesh focused on reliable event routing and let AI services handle the intelligence layer. Use clear event schemas, avoid sending unnecessary data, and make sure AI decisions are traceable before triggering business actions in S/4HANA. For large-scale utility scenarios, monitoring, retry handling, and human approval paths for critical actions are just as important as the AI model itself.&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Jul 2026 22:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/event-driven-architecture/m-p/14434907#M1547</guid>
      <dc:creator>henry-collins1</dc:creator>
      <dc:date>2026-07-06T22:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Event‑driven architecture</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/event-driven-architecture/m-p/14435550#M1552</link>
      <description>&lt;P&gt;Thanks for the input. My requirement is specifically about large‑scale utility workflows where Event Mesh must do more than just route events — it needs schema governance, replay, and filtering to support AI services at scale.&lt;/P&gt;&lt;P&gt;The answer doesn’t fully explain how Joule or AI Core subscribe to Event Mesh topics, classify millions of meter events, and then trigger SAP Build Process Automation or S/4HANA actions. Without that integration detail, the solution doesn’t meet the operational needs of meter‑to‑cash and outage management in real utility landscapes.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 17:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/event-driven-architecture/m-p/14435550#M1552</guid>
      <dc:creator>Atul_Joshi85</dc:creator>
      <dc:date>2026-07-07T17:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Event‑driven architecture</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/event-driven-architecture/m-p/14444665#M1559</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Event‑Driven Architecture (EDA) in SAP is about treating business milestones as first‑class signals, not just technical logs. Instead of waiting for batch jobs, events like &lt;EM&gt;sales.order.created&lt;/EM&gt; or &lt;EM&gt;meter.reading.updated&lt;/EM&gt; flow instantly into SAP Event Mesh or Integration Suite, where they trigger downstream processes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Key points to keep in mind:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Protocols &amp;amp; Ingestion&lt;/STRONG&gt;: Use MQTT for IoT/DER data, AMQP for enterprise queuing, and OData for ERP connectivity.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Resiliency&lt;/STRONG&gt;: Always design for retries and dead letter queues (DLQ) so failed events don’t vanish silently.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Governance&lt;/STRONG&gt;: Schema registry, correlation IDs, and ownership are non‑negotiable to avoid drift and ensure traceability.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Patterns&lt;/STRONG&gt;: Event Sourcing and CQRS help scale state management and auditability.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Business Outcomes&lt;/STRONG&gt;: Moving from monthly billing cycles to event‑triggered checks can reduce delinquency by double‑digit percentages and improve customer trust.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;In short, EDA is not just a technical choice — it’s the operating model for intelligent enterprises. By combining SAP BTP’s event mesh, AI Core, and Joule automation, you move from reactive batch processing to proactive, real‑time business outcomes.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 15:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/event-driven-architecture/m-p/14444665#M1559</guid>
      <dc:creator>Atul_Joshi85</dc:creator>
      <dc:date>2026-07-20T15:24:38Z</dc:date>
    </item>
  </channel>
</rss>

