Results 7 comments of Julien Riou

We have an intensive CPU usage too using confd with ZooKeeper. More or less 5 processes are using near 100% of CPU until we restart the service. Version: ``` confd...

Thank you for your review. I have updated the `.github/BOTMETA.yml` to add my github username as a maintainer of the crc32 filter.

Hello, of course. But I'm currently off until August 22. Sorry for the delay. I will check this out when I will be back!

I am back and I have applied the suggestion :+1:

Thank you for everything :tada:

> When create such an index, create a cron entry for postgres like: `SELECT cron.schedule('*/5 * * * *', $$DELETE FROM events WHERE event_time < now() - interval '1 day(based...

I thought it was automagicaly deduced by the engine but it turns out you need a user-defined time-based field to create the TTL index on: > To create a TTL...