This repository was archived by the owner on Jun 8, 2020. It is now read-only.
[Kraken] Subscription failure detection#550
Open
mladenmarkov wants to merge 4 commits intobitrich-info:developfrom
Open
[Kraken] Subscription failure detection#550mladenmarkov wants to merge 4 commits intobitrich-info:developfrom
mladenmarkov wants to merge 4 commits intobitrich-info:developfrom
Conversation
…e and send an onError() notification to subscriber. Add a test to confirm that reliable subscriptions to all 135 Kraken pairs can be achieved, using a simple retryWhen() operator.
This was referenced Mar 10, 2020
Collaborator
|
Thanks for this @mladenmarkov! Reviewing now. |
badgerwithagun
suggested changes
Mar 14, 2020
Collaborator
|
This project is in the process of being merged into the XChange project and no further PRs will be merged here. Once the projects have been merged, there may be a short stabilization period where there will be large-scale renaming of classes and packages, which may cause conflicts. You are advised to wait at least a week from now and then resubmit your PR on the XChange project. Thank you for your support! |
Collaborator
|
You can now resubmit your PR on XChange. This project will shortly be marked as archived. |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Automatically detect subscription failure (for example, due to exceeded request rate) and send an
onError()notification to subscriber.Add a test to confirm that reliable subscriptions to all 135 Kraken pairs can be achieved, using a simple
retryWhen()operator.Depends on #549