Skip to content
Discussion options

You must be logged in to vote

I'm not sure what do you expect RavenDB to do at this point. You are trying to stream all the records, but you have unreliable connection. The Streaming API is a single continuous operation, any network outage will cause it it be broken.

Note that RavenDB offers an API that is meant to handle such disconnect scenario and retry from the last acknowledged location. That is what the Subscription API is for.

Would be interesting to understand more about your scenario.

Replies: 8 comments 7 replies

Comment options

You must be logged in to vote
2 replies
@MohMehrnia
Comment options

@ayende
Comment options

Answer selected by ayende
Comment options

You must be logged in to vote
1 reply
@ayende
Comment options

Comment options

You must be logged in to vote
1 reply
@ayende
Comment options

Comment options

You must be logged in to vote
1 reply
@ayende
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ayende
Comment options

@MohMehrnia
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #13100 on November 21, 2021 13:16.