Skip to content

Commit 28657fc

Browse files
Apply suggestions from code review
Co-authored-by: BraunMatthias <59841349+BraunMatthias@users.noreply.github.com>
1 parent 3a436fe commit 28657fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/outbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ And finally, if for some reason you don't want to use a version check for a part
165165

166166
### Outbox for Shared DB
167167

168-
By default, CAP Java does not support shared database use cases, as this can lead to unexpected behavior when different isolated services use the same outboxes.
169-
Since CAP automatically creates two outboxes — **DefaultOutboxOrdered** and **DefaultOutboxUnordered** — these would otherwise be shared across all services.
168+
Currently, CAP Java does not yet support microservices with shared database out of the box, as this can lead to unexpected behavior when different isolated services use the same outboxes.
169+
Since CAP automatically creates two outboxes with a static name **DefaultOutboxOrdered** and **DefaultOutboxUnordered** — these would be shared across all services which introduces conflicts.
170170

171171
To avoid this, you can apply a manual workaround by customizing the outbox configuration and isolating them via distinct namespaces for each service.
172172

0 commit comments

Comments
 (0)