-
Notifications
You must be signed in to change notification settings - Fork 30
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
Transaction batching Kafka producer #735
Merged
Merged
Conversation
This file contains 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
bryanlb
added
benchmark
Apply to a PR to run JMH benchmarks
and removed
benchmark
Apply to a PR to run JMH benchmarks
labels
Nov 16, 2023
bryanlb
force-pushed
the
bburkholder/exp-transactions
branch
from
December 15, 2023 17:01
33908d8
to
18c31ba
Compare
bryanlb
changed the title
Bburkholder/exp transactions
Transaction batching Kafka producer
Dec 15, 2023
bryanlb
force-pushed
the
bburkholder/exp-transactions
branch
from
December 21, 2023 18:50
3ad0a20
to
3111f30
Compare
bryanlb
force-pushed
the
bburkholder/exp-transactions
branch
from
January 2, 2024 20:28
52fac08
to
faf5c7f
Compare
bryanlb
force-pushed
the
bburkholder/exp-transactions
branch
from
January 3, 2024 20:50
a93107c
to
af01334
Compare
bryanlb
force-pushed
the
bburkholder/exp-transactions
branch
from
January 3, 2024 21:04
af01334
to
1d4aeef
Compare
bryanlb
force-pushed
the
bburkholder/exp-transactions
branch
from
January 4, 2024 17:56
33fa764
to
d92e759
Compare
bryanlb
force-pushed
the
bburkholder/exp-transactions
branch
from
January 4, 2024 18:12
d92e759
to
e2c2727
Compare
vthacker
reviewed
Jan 8, 2024
vthacker
reviewed
Jan 8, 2024
kaldb/src/main/java/com/slack/kaldb/bulkIngestApi/BulkIngestKafkaProducer.java
Outdated
Show resolved
Hide resolved
vthacker
reviewed
Jan 8, 2024
kaldb/src/main/java/com/slack/kaldb/bulkIngestApi/BulkIngestKafkaProducer.java
Outdated
Show resolved
Hide resolved
vthacker
reviewed
Jan 8, 2024
kaldb/src/main/java/com/slack/kaldb/bulkIngestApi/BulkIngestKafkaProducer.java
Outdated
Show resolved
Hide resolved
vthacker
approved these changes
Jan 8, 2024
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.
Summary
This introduces a new kafka producer that can batch bulk ingest request into larger transactional blocks using a single threaded consumer.
Also: