Skip to content

Conversation

@t-bonk
Copy link
Contributor

@t-bonk t-bonk commented Jun 27, 2025

No description provided.

@t-bonk t-bonk requested a review from BraunMatthias June 27, 2025 12:49
@t-bonk t-bonk requested a review from smahati as a code owner June 27, 2025 12:49
java/outbox.md Outdated
Predicate where = null;
for(OutboxService service : outboxServices) {
OutboxServiceConfig config = outboxConfigs.getService(service.getName());
Predicate targetPredicate = CQL.get(Messages.TARGET).eq(service.getName()).and(CQL.get(Messages.ATTEMPTS).ge(config.getMaxAttempts()));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need to filter by individual outbox and then OR the condition meeting all outboxes?

Copy link
Contributor Author

@t-bonk t-bonk Jul 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BraunMatthias Every outbox can have its own configuration for maxAttempts. To read only the dead entries per outbox, this filter is required.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same reason - I just overlooked this aspect

t-bonk and others added 3 commits July 18, 2025 09:48
@t-bonk t-bonk requested a review from BraunMatthias July 18, 2025 08:40
t-bonk and others added 2 commits August 22, 2025 13:33
Co-authored-by: BraunMatthias <59841349+BraunMatthias@users.noreply.github.com>
@t-bonk t-bonk enabled auto-merge (squash) January 22, 2026 15:09
@t-bonk
Copy link
Contributor Author

t-bonk commented Jan 22, 2026

@smahati Can you please review this PR?

@t-bonk t-bonk merged commit 8122f14 into main Jan 22, 2026
8 checks passed
@t-bonk t-bonk deleted the java-outbox-dlq-details branch January 22, 2026 21:59
@t-bonk
Copy link
Contributor Author

t-bonk commented Jan 23, 2026

@smahati Thank you! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants