|
|
|
|
|
by danielmewes
4155 days ago
|
|
Changefeeds are currently bound to a database connection, so they will get terminated if for example the application server goes down or there's a networking issue. We feel like for many queries (especially the ones you find in web applications) that's not a big deal, since you can efficiently re-run them after reconnecting. In other cases it definitely matters, and we are going to add what you describe in a future release. You can follow the progress (or chime in if you like) at https://github.com/rethinkdb/rethinkdb/issues/3471 . |
|