-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Native eventqueue #2093
Native eventqueue #2093
Conversation
…nto native_eventqueue
Codecov Report
@@ Coverage Diff @@
## develop #2093 +/- ##
=============================================
+ Coverage 43.24% 43.34% +0.09%
- Complexity 4026 4045 +19
=============================================
Files 511 512 +1
Lines 29695 29776 +81
Branches 3067 3082 +15
=============================================
+ Hits 12843 12905 +62
- Misses 15697 15698 +1
- Partials 1155 1173 +18
Continue to review full report at Codecov.
|
How can i using this native eventqueu. I see in code you using zeromq but i can't connect and using it? Where document for that ? @jiangyy0824 |
What does this PR do?
Adding built-in message queue for event subscribe.
Why are these changes required?
Developers could use event plugins to subscribe triggers from fullnode, which provide very reliable service and store very large amount of data.
But in some cases, developers want to subscribe directly from fullnode, with short-term subscriptions. Native message queue is implemented to meet such requirement.
This PR has been tested by:
Follow up
Extra details
TIP28: tronprotocol/tips#28