-
Notifications
You must be signed in to change notification settings - Fork 28
publishing blockchain data #176
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
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
Contributor
Author
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
c00c7e7 to
418fd31
Compare
5f0b375 to
b6cb3db
Compare
418fd31 to
24fa867
Compare
24fa867 to
2072101
Compare
2072101 to
bc9fd3f
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-enabledflag--publisher-brokers--publisher-blocks-enabled--publisher-transactions-enabled--publisher-traces-enabled--publisher-events-enabledWhy 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.