Give me /events, not webhooks
La question récurrente du Push vs Pull. L'approche proposée nécessite une sacré architecture pour supporter la charge …

Webhooks are intended to eliminate or reduce the need to constantly poll for data. But in my experience, webhooks come with a few challenges.
So, not only do webhooks leave you open to eventual inconsistency, they're also a lot more work for everybody.
What else can we use to keep two systems in sync, then?
via Hacker Newsletter : lire l’article source