Hacker News new | ask | show | jobs
by dominotw 2937 days ago
How do you verify that all the data moved into ES from pg and what got lost in transit.
1 comments

For our use case we don't really need a strict verification. Everything that should go to ES is put in a queue (using DB triggers) and then sent off to ES. If something should cause errors we'd see that by observing the error rate on ES ingest I assume.