Skip to content
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

Refactor ChaincodeEvents to use ledger iterator #2891

Merged
merged 1 commit into from
Sep 6, 2021

Conversation

bestbeforetoday
Copy link
Member

This implementation supports the ability to replay events. It also avoids any possibility of ledger commit processing being blocked by slow client event consumers.

This implementation supports the ability to replay events. It also avoids any possibility of ledger commit processing being blocked by slow client event consumers.

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
@bestbeforetoday bestbeforetoday marked this pull request as ready for review September 3, 2021 12:12
@bestbeforetoday bestbeforetoday requested a review from a team as a code owner September 3, 2021 12:12
@bestbeforetoday bestbeforetoday changed the title WIP: Refactor ChaincodeEvents to use ledger iterator Refactor ChaincodeEvents to use ledger iterator Sep 3, 2021
@andrew-coleman andrew-coleman merged commit dd539d3 into hyperledger:main Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants