Skip to content

Introduced outbox collector strategies and the scheduling API.#2613

Open
dimamost wants to merge 6 commits into
mainfrom
d040506_shared_outbox_and_collector_strategies
Open

Introduced outbox collector strategies and the scheduling API.#2613
dimamost wants to merge 6 commits into
mainfrom
d040506_shared_outbox_and_collector_strategies

Conversation

@dimamost

@dimamost dimamost commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

No description provided.

…ation, and updated the hot tenant task configuration.
@dimamost dimamost requested a review from danjoa as a code owner June 19, 2026 12:46
@dimamost dimamost requested review from BraunMatthias and removed request for BraunMatthias June 19, 2026 12:47
Comment thread java/outbox.md Outdated
Comment thread java/outbox.md Outdated
Comment thread java/outbox.md
// Only one "daily-cleanup" task will exist, regardless of how often this code runs
Schedule cleanup = Schedule.create()
.taskName("daily-cleanup")
.cron("0 0 2 * * *"); // daily at 2 AM

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

outboxService.submit("cleanup", message0, cleanup);

Comment thread java/outbox.md Outdated
Comment thread java/outbox.md Outdated
Comment thread java/outbox.md Outdated
Comment thread java/outbox.md Outdated
Comment thread java/outbox.md
Comment thread java/outbox.md Outdated
@dimamost dimamost changed the title Introduce the shared outbox and outbox collector strategies. Introduced outbox collector strategies and the scheduling API. Jun 22, 2026
@dimamost dimamost requested a review from BraunMatthias June 22, 2026 11:39
Comment thread java/outbox.md Outdated
BraunMatthias
BraunMatthias previously approved these changes Jun 22, 2026
BraunMatthias
BraunMatthias previously approved these changes Jun 22, 2026

@sjvans sjvans left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

i will prepare a pr with the content from here onto #2608

@smahati

smahati commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

i will prepare a pr with the content from here onto #2608

@sjvans I'll quickly push some changes I've made before you take it over. EDIT: Done

@sjvans

sjvans commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

i will prepare a pr with the content from here onto #2608

this is it: #2658

@sjvans sjvans mentioned this pull request Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants