-
Notifications
You must be signed in to change notification settings - Fork 99
feat(workers): implement outbox processor for ClickHouse sync #1811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
willbakst
merged 1 commit into
v2
from
01-06-feat_workers_implement_outbox_processor_for_clickhouse_sync
Jan 9, 2026
Merged
feat(workers): implement outbox processor for ClickHouse sync #1811
willbakst
merged 1 commit into
v2
from
01-06-feat_workers_implement_outbox_processor_for_clickhouse_sync
Jan 9, 2026
+501
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jan 6, 2026
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
v2-docs | a296314 | Jan 09 2026, 03:57 AM |
80a1533 to
1d2fda8
Compare
6abb2ce to
0b11879
Compare
1d2fda8 to
150b7ad
Compare
This was referenced Jan 6, 2026
150b7ad to
0bd5bf4
Compare
dad5c76 to
c126a39
Compare
0bd5bf4 to
bcf092c
Compare
c126a39 to
1d8de59
Compare
495a3e7 to
9700c2e
Compare
d9ae300 to
4c878c7
Compare
ab157f5 to
7e41a1d
Compare
4c878c7 to
e68492f
Compare
7e41a1d to
464a232
Compare
e68492f to
754e297
Compare
b498dab to
5866958
Compare
5866958 to
0084b89
Compare
0e599c9 to
972673c
Compare
0084b89 to
2fbd108
Compare
972673c to
cdbd95f
Compare
f2d94a8 to
e0e4fcc
Compare
cdbd95f to
8d369f2
Compare
willbakst
approved these changes
Jan 8, 2026
Collaborator
Merge activity
|
e0e4fcc to
f9cdc37
Compare
8d369f2 to
3732ae8
Compare
f9cdc37 to
468bbb7
Compare
3732ae8 to
6767d43
Compare
468bbb7 to
f6c812d
Compare
6767d43 to
a03ba4b
Compare
f6c812d to
41d2ebc
Compare
a03ba4b to
861d7ad
Compare
345841f to
fdc0d42
Compare
861d7ad to
2857a3c
Compare
2857a3c to
861393d
Compare
861393d to
a296314
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

TL;DR
Added an outbox processor for ClickHouse synchronization that handles span data extraction, transformation, and insertion.
What changed?
Created a new
outboxProcessor.tsfile that implements a robust system for synchronizing span data from PostgreSQL to ClickHouse. The processor:How to test?
spans_analyticstableWhy make this change?
This implementation provides a reliable mechanism for synchronizing span data to ClickHouse for analytics purposes. The outbox pattern ensures data consistency between PostgreSQL and ClickHouse, with features like: