Thinking Errol

Results 8 comments of Thinking Errol

I have the same problem (lots of these warnings polluting the logs by repetition) on a host with Ubuntu 16.04 and `docker-ce/xenial,now 5:20.10.5~3-0~ubuntu-xenial` whereby the `docker-collectd-plugin` is running within my...

Purpose of Telegraf is the scheduling of data collectors - standard and custom that you can write. I found the [free tutorial](https://takacsmark.com/) by Mark Takacs to be a great way...

> I am running into a similar issue here. I am trying to install salt on MacOs through brew. This is where it is failing at the moment. It does...

I've encountered jumps back in time when reading a stream from a replica Event Store, where in the original Event Store the timestamps embedded in my data always increased. I...

> For continuous replication (online backup or testing the cloud on prod data), it would be better to use a catch-up subscription, which runs continuously, rather than end to the...

Thanks for quick reply. By the way the replicator is quite solid, especially I like how easy it is to setup based on your docker-compose example. I probably did something...

I think the reason and the difference is that `$all` additionally contains tons of the system events like `$statsCollected`, `$statistics-report`, `$result`, `$state` etc, while we just wanted a stream to...

> Using the target server to store checkpoints essentially doubles the write load to the target, so I always had doubts about usefulness of this feature... I think you are...