We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Storage Synchronizer is a standalone process that will consumer .bin files written from the Producer Node and will store into topics.
The storage will be done into Ledgers, each ledger will have around 5000 messages stored.
The payload of the message will be stored as binary.
Discussion: Should we make Ledgers created every one hour or should we have it done by the numbers of messages written into the Ledger.
ledger_logs should provide table ledgers for topic | ledger_id | ledger_location | entries| createdDate | status
The text was updated successfully, but these errors were encountered:
eneshoxha
GranitXheladini
Successfully merging a pull request may close this issue.
Storage Synchronizer is a standalone process that will consumer .bin files written from the Producer Node and will store into topics.
The storage will be done into Ledgers, each ledger will have around 5000 messages stored.
The payload of the message will be stored as binary.
Discussion: Should we make Ledgers created every one hour or should we have it done by the numbers of messages written into the Ledger.
ledger_logs should provide table
ledgers for topic
| ledger_id | ledger_location | entries| createdDate | status
The text was updated successfully, but these errors were encountered: