-
Notifications
You must be signed in to change notification settings - Fork 12
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
publishing blockchain data #176
Open
iuwqyir
wants to merge
1
commit into
03-13-return_block_data_when_deleting_it
Choose a base branch
from
03-14-publishing_blockchain_data
base: 03-13-return_block_data_when_deleting_it
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
publishing blockchain data #176
iuwqyir
wants to merge
1
commit into
03-13-return_block_data_when_deleting_it
from
03-14-publishing_blockchain_data
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
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
a27e343
to
887e568
Compare
1f71d1d
to
0072cf9
Compare
887e568
to
ecc19c6
Compare
0072cf9
to
edaf37c
Compare
8c4c75b
to
010ac72
Compare
catalyst17
reviewed
Mar 18, 2025
010ac72
to
5cb5e17
Compare
catalyst17
reviewed
Mar 18, 2025
5cb5e17
to
dbacf04
Compare
catalyst17
reviewed
Mar 18, 2025
dbacf04
to
ceba902
Compare
catalyst17
reviewed
Mar 18, 2025
catalyst17
reviewed
Mar 18, 2025
catalyst17
approved these changes
Mar 18, 2025
0175811
to
bea3a93
Compare
edaf37c
to
5504a56
Compare
bea3a93
to
c00c7e7
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 Kafka publisher functionality to stream blockchain data to external systems.
What changed?
How to test?
--publisher-enabled
flag--publisher-brokers
--publisher-blocks-enabled
--publisher-transactions-enabled
--publisher-traces-enabled
--publisher-events-enabled
Why make this change?
This change enables real-time streaming of blockchain data to external systems via Kafka, allowing for more flexible data processing pipelines and integration with other applications. The publisher can be used to build real-time analytics, monitoring systems, or to feed data into other databases or processing frameworks.