-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
The following code block works as expected in Citus 6.2-4:
BEGIN;
CREATE TABLE tmp_a191e16d9d53aeca7616674831a561af_client_session_opened (
foo text NOT NULL
);
SELECT create_distributed_…
-
### Proposal
None of the current diagrams in Mermaid is very suitable to model time-causal relationship between processes. The Lamport diagrams, also known as logical clock diagrams or causal separat…
-
It will highly useful if we can have step by step best practices guide or documentation on how to implement distributed business transaction that span across multiple microservices under ABP microserv…
-
# SAGA Pattern
## Overview
The **SAGA pattern** is an architectural pattern used in distributed systems to manage transactions across multiple services. It is particularly useful in environments w…
-
Here's a sketch for how distributed transactions would be supported.
Session.beginDistributedTransaction(xid) is a new immediate method returning a DistributedTransaction with XA transaction identifi…
-
Richard Loveland (rmloveland) commented:
Subtask of #4723.
Jira Issue: DOC-330
-
#715 tracks porting the .NET Framework distributed transaction support over to modern .NET. Unfortunately, that support is tightly coupled to the Windows MSDTC service (and the OleTx protocol), so thi…
roji updated
5 months ago
-
Jira Link: [DB-975](https://yugabyte.atlassian.net/browse/DB-975)
### Description
This code path is prone to getting all of the worker threads stuck. It currently creates a future, which is suppos…
-
Hello there! Is it possible for any maintainer here to help me configure distributed tracing using Axum, Tracing, and Sentry?
I am following the guide on custom instrumentation for distributed trac…