|
1 | 1 | --- |
2 | 2 | working-groups: |
3 | | - - title: "Unified Saga implementation" |
4 | | - board-url: "https://github.com/orgs/quarkusio/projects/48" |
5 | | - short-description: | |
6 | | - The main objective of this working group is to unify Quarkus's story about Saga-based transactions. |
7 | | - readme: | |
8 | | - <h3>Objective:</h3> |
9 | | - <p>The main objective of this working group is to unify Quarkus's story about Saga-based transactions.</p> |
10 | | - <h3>The Problem</h3> |
11 | | - <p>The primary saga solution for distributed transactions is <a href="https://github.com/quarkusio/quarkus/tree/main/extensions/narayana-lra">narayana-lra</a> extension. However, it wasn't maintained and marketed as the number one solution for distributed sagas. So we either need to update LRA to make a unified solution for Quarkus or pick a different solution that was introduced in the meantime. This WG will unify Quarkus's story in a distributed transaction solution.</p> |
12 | | - <h3>The proposed Solution</h3> |
13 | | - <p>We will investigate and compare available solutions for the saga-based implementation of the distributed tx processing. This will be documented, and the choice should be proven to be able to drive development and innovation in this area. We will ensure the solution meets the Quarkus standards (build/runtime split, dev service, dev ui).</p> |
14 | | - <h3>Definition of Done</h3> |
15 | | - <ul> |
16 | | - <li>A new guide for the distributed tx (or the chosen solution if there is only one)</li> |
17 | | - <li>Blog post comparing available solutions or just marketing the chosen solution</li> |
18 | | - <li>Quarkus insights about this topic</li> |
19 | | - </ul> |
20 | | - <h3>Scope of Work</h3> |
21 | | - <p>The scope of this WG is to pick a chosen saga-based implementation and make it Quarkus native (dev mode, any possible enhancements). We will choose implementation with an already available Quarkus integration. Research of new saga-based alternatives is out of scope.</p> |
22 | | - <h3>Organizing the Work</h3> |
23 | | - <p>Communication and Transparency:</p> |
24 | | - <p>Coordination will be done in this GitHub discussion and the individual GitHub issues. GitHub issues can be closed if the saga-solution is not to be updated anymore. The decision of the chosen solution will be stated also as the resolution of https://github.com/quarkusio/quarkus/issues/34181.</p> |
25 | | - <p>This work can take place in either Quarkus core (narayana-lra) or some new extension that will be provided in Quarkiverse.</p> |
26 | | - <h3>Expected Timeline:</h3> |
27 | | - <p>Milestone 1 - Document in this discussion saga-based implementations alternatives |
28 | | - Milestone 2 - Pick one solution that will be Quarkus Saga solution |
29 | | - Milestone 3 - Update the chosen alternative for Quarkus standards (simplification of use, dev * features) |
30 | | - Milestone 4 - Create a guide to document it |
31 | | - Milestone 5 - Blog + Quarkus insights</p> |
32 | | - <hr /> |
33 | | - <ul> |
34 | | - <li>Point of contact: @xstefank (@<strong>Martin Stefanko|448453</strong> on Zulip)</li> |
35 | | - <li>Proposal: https://github.com/quarkusio/quarkus/discussions/46672</li> |
36 | | - <li>Deliverable: TBD</li> |
37 | | - </ul> |
38 | | - status: on track |
39 | | - lts: false |
40 | | - completed: false |
41 | | - last-activity: 2025-07-24 |
42 | | - last-update-date: 2025-07-24 |
43 | | - last-update: | |
44 | | - Milestone 1 - Document in this discussion saga-based implementations alternatives -- DONE |
45 | | - deliverable: TBD |
46 | | - point-of-contact: "@xstefank (@<strong>Martin Stefanko|448453</strong> on Zulip)" |
47 | | - proposal: https://github.com/quarkusio/quarkus/discussions/46672 |
48 | 3 | - title: "Offering Metadata and Tooling Integration" |
49 | 4 | board-url: "https://github.com/orgs/quarkusio/projects/52" |
50 | 5 | short-description: | |
@@ -95,6 +50,51 @@ working-groups: |
95 | 50 | last-update: | |
96 | 51 | Working group started. |
97 | 52 | point-of-contact: "@ia3andy (@<strong>Andy Damevin</strong> on Zulip) and @aloubyansky (@<strong>Alexey Loubyansky</strong> on Zulip)" |
| 53 | + - title: "Unified Saga implementation" |
| 54 | + board-url: "https://github.com/orgs/quarkusio/projects/48" |
| 55 | + short-description: | |
| 56 | + The main objective of this working group is to unify Quarkus's story about Saga-based transactions. |
| 57 | + readme: | |
| 58 | + <h3>Objective:</h3> |
| 59 | + <p>The main objective of this working group is to unify Quarkus's story about Saga-based transactions.</p> |
| 60 | + <h3>The Problem</h3> |
| 61 | + <p>The primary saga solution for distributed transactions is <a href="https://github.com/quarkusio/quarkus/tree/main/extensions/narayana-lra">narayana-lra</a> extension. However, it wasn't maintained and marketed as the number one solution for distributed sagas. So we either need to update LRA to make a unified solution for Quarkus or pick a different solution that was introduced in the meantime. This WG will unify Quarkus's story in a distributed transaction solution.</p> |
| 62 | + <h3>The proposed Solution</h3> |
| 63 | + <p>We will investigate and compare available solutions for the saga-based implementation of the distributed tx processing. This will be documented, and the choice should be proven to be able to drive development and innovation in this area. We will ensure the solution meets the Quarkus standards (build/runtime split, dev service, dev ui).</p> |
| 64 | + <h3>Definition of Done</h3> |
| 65 | + <ul> |
| 66 | + <li>A new guide for the distributed tx (or the chosen solution if there is only one)</li> |
| 67 | + <li>Blog post comparing available solutions or just marketing the chosen solution</li> |
| 68 | + <li>Quarkus insights about this topic</li> |
| 69 | + </ul> |
| 70 | + <h3>Scope of Work</h3> |
| 71 | + <p>The scope of this WG is to pick a chosen saga-based implementation and make it Quarkus native (dev mode, any possible enhancements). We will choose implementation with an already available Quarkus integration. Research of new saga-based alternatives is out of scope.</p> |
| 72 | + <h3>Organizing the Work</h3> |
| 73 | + <p>Communication and Transparency:</p> |
| 74 | + <p>Coordination will be done in this GitHub discussion and the individual GitHub issues. GitHub issues can be closed if the saga-solution is not to be updated anymore. The decision of the chosen solution will be stated also as the resolution of https://github.com/quarkusio/quarkus/issues/34181.</p> |
| 75 | + <p>This work can take place in either Quarkus core (narayana-lra) or some new extension that will be provided in Quarkiverse.</p> |
| 76 | + <h3>Expected Timeline:</h3> |
| 77 | + <p>Milestone 1 - Document in this discussion saga-based implementations alternatives |
| 78 | + Milestone 2 - Pick one solution that will be Quarkus Saga solution |
| 79 | + Milestone 3 - Update the chosen alternative for Quarkus standards (simplification of use, dev * features) |
| 80 | + Milestone 4 - Create a guide to document it |
| 81 | + Milestone 5 - Blog + Quarkus insights</p> |
| 82 | + <hr /> |
| 83 | + <ul> |
| 84 | + <li>Point of contact: @xstefank (@<strong>Martin Stefanko|448453</strong> on Zulip)</li> |
| 85 | + <li>Proposal: https://github.com/quarkusio/quarkus/discussions/46672</li> |
| 86 | + <li>Deliverable: TBD</li> |
| 87 | + </ul> |
| 88 | + status: on track |
| 89 | + lts: false |
| 90 | + completed: false |
| 91 | + last-activity: 2025-07-24 |
| 92 | + last-update-date: 2025-07-24 |
| 93 | + last-update: | |
| 94 | + Milestone 1 - Document in this discussion saga-based implementations alternatives -- DONE |
| 95 | + deliverable: TBD |
| 96 | + point-of-contact: "@xstefank (@<strong>Martin Stefanko|448453</strong> on Zulip)" |
| 97 | + proposal: https://github.com/quarkusio/quarkus/discussions/46672 |
98 | 98 | - title: "Quarkus 4" |
99 | 99 | board-url: "https://github.com/orgs/quarkusio/projects/51" |
100 | 100 | short-description: | |
|
0 commit comments