-
Hi chaps
Would it be possible to add a no_tail conf option for this new iteration?
Have two kinds of dbs I have to index in elastic. One are being updated and modified where tailing oplog works good…
-
A fatal failure in the oplog tailing process is not being reflected in the status of the river. I want to propose a few changes to make it easy to monitor the status of the sync
1. A fatal error in th…
-
Doc: https://docs.mongodb.com/manual/changeStreams/
> Change streams allow applications to access real-time data changes without the complexity and risk of tailing the oplog.
> Applications can use …
-
Is there a way to use Meteor's **disableOplog: true** on a collection when using a ReactiveTable.publish? This will disable oplog-tailing on a collection query.
The goal is to temporarily pause/disab…
-
By default, events are not published over a bus when inserted into a store. To automatically publish inserted events, a decorator can be used:
```go
package example
func example(store event.Sto…
-
Change Streams are a feature introduced in MongoDB 3.6 which allow clients to subscribe to filtered updates from the database. The functionality is similar to tailing the oplog, but without the downsi…
-
This issue can be reproduced on Meteor ver 2.7.3 on macos, linux (aws ec2) + mongodb v5.0.7 and 5.0.10.
The first Meteor version having this issue is unknown, partially because I started seeing this …
-
I do not see it anywhere in the code. You are assuming there is an observe happening?
Isn't merge box populated only when you do observe and not just a regular MongoDB fetch?
I think this works …
mitar updated
6 years ago
-
seems like this is hammering mongo db rapidly even that queries yield none, it's can be stressful to a production system, I suggest adding some configurable sleep in that endless loop
fruch updated
7 years ago
-
### Issues include as much detail as possible:
I noticed that when you have no redis locally, it logs some connection error to redis, but the app is in an unkown state: publications work, but they …