-
Notifications
You must be signed in to change notification settings - Fork 28
Initial kafka committer #271
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
Merged
Changes from 6 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
d3c7146
Initial kafka committer
jakeloo cbbea07
Update config
jakeloo 4775d57
Error on uninitialize brokers
jakeloo 661b150
Update queries
jakeloo e152d5b
Option to disable TLS for kafka
jakeloo e61fae7
Add projection mode in blocks
jakeloo fc2ae64
Fix publish parallel mode
jakeloo 191298b
Gofmt
jakeloo e45907a
Update schema
jakeloo ceeac3b
Fix backfill table
jakeloo 64aaec5
Update kafka storage producer
jakeloo 20dc471
Kafka + Redis
jakeloo 0bf3097
Update schema payload
jakeloo 6f2b72d
Merge branch 'main' into jl/commit-kafka
jakeloo cd434a2
Update kafka-postgres -> kafka-redis config
jakeloo 4fd141d
Update schema to use replacing merge tree
jakeloo 3b9f694
Fix schema
jakeloo 92a35ab
Badger & S3
jakeloo eea71f4
Until block for committer
jakeloo 68087a0
terminate when poller or committer exit
jakeloo c0ba962
Fix commit until block
jakeloo 51f1398
Don't cancel active tasks in poller
jakeloo debc231
migrate with destination storage
jakeloo bddbf54
Remove RPC batch config in migrate
jakeloo 43dad9c
Cleanup
jakeloo da31422
Add from_address, to_address to schema
jakeloo b698c18
Retry with RPC batch size reduction
jakeloo 96dc60b
Shuffle Orchestrator and Staging interface
jakeloo 41cc98d
store poller in committer
jakeloo 70ea871
Simplified storage. Split kafka and redis
jakeloo f920a71
kafka requires orchestrator
jakeloo 32eece5
Fix orchestrator flag
jakeloo e35ff76
Fix badger keys
jakeloo 6233232
Fix backfill missing blocks in staging
jakeloo 31d923f
Revert "Fix backfill missing blocks in staging"
jakeloo 7cb6ff1
block buffer
jakeloo 59aad94
Poller S3 support
jakeloo 884a3aa
Fix boundaries for migration
jakeloo 86f3d68
Badger for caching in s3 connector
jakeloo 4595fa6
optimize s3 insertion
jakeloo 136a346
redis tls. erc1155 batch mv
jakeloo b9828af
fix projections, use _part_offset projections
jakeloo 69f5f78
gofmt
jakeloo e551c17
Fix test
jakeloo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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 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 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 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 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 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 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Prefer kgo.DialTLSConfig with an explicit tls.Config
Use franz-go’s TLS option directly and set a sane minimum TLS version. The current net.Dialer path provides less control.
🤖 Prompt for AI Agents