Skip to content

Commit 4bad4b6

Browse files
committed
Sync working groups
1 parent c29376e commit 4bad4b6

File tree

1 file changed

+50
-3
lines changed

1 file changed

+50
-3
lines changed

_data/wg.yaml

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
---
22
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+
completed: false
40+
last-activity: 2025-03-31
41+
last-update-date: 2025-03-31
42+
last-update: |
43+
Working group bootstraped.
44+
deliverable: TBD
45+
point-of-contact: "@xstefank (@<strong>Martin Stefanko|448453</strong> on Zulip)"
46+
proposal: https://github.com/quarkusio/quarkus/discussions/46672
347
- title: "Gizmo 2"
448
board-url: "https://github.com/orgs/quarkusio/projects/43"
549
short-description: |
@@ -194,12 +238,15 @@ working-groups:
194238
</ul>
195239
</li>
196240
</ul>
197-
status: staled
241+
status: on track
198242
completed: false
199243
last-activity: 2025-03-12
200-
last-update-date: 2025-01-30
244+
last-update-date: 2025-03-31
201245
last-update: |
202-
The initiative just started.
246+
Good progress, completing:
247+
248+
- Quarkus documentation on OpenTelemetry.io
249+
- [Quarkus LGTM for multiple services](https://github.com/quarkusio/quarkus/issues/46250)
203250
point-of-contact: "@brunobat"
204251
proposal: https://github.com/quarkusio/quarkus/discussions/44423
205252
- title: "WebSocket Next"

0 commit comments

Comments
 (0)