replicase / pgcapture

A scalable Netflix DBLog implementation for PostgreSQL
Apache License 2.0
220 stars 31 forks source link

fix: fix loss message problem with debounce consumer handler with requeue behavior #69

Closed KennyChenFight closed 3 weeks ago

KennyChenFight commented 3 weeks ago

This PR addresses the issue of message loss in the debounce consumer handler by implementing a requeue behavior. The changes ensure that messages are not lost during the debounce process by requeuing them when necessary.