|
|
|
|
|
by newb76
659 days ago
|
|
This is very nice! I came across this through an internal ref. It appears that there is a lot of movement in the CDC space lately - pgstream, sequinstream, bemi, pg_flo (Saw some guy on X posting videos of CDC tools too) Are there real world use cases being solved with this, or is it just hobby tool? |
|
CDC would enable the processes to focus what's changed instead of continually processing the entire database.
I feel that DB support isn't necessarily the biggest issue for adopting these things, rather it's that it's somewhat more complicated to debug event driven systems for "regular" developers rather than request-response or loop based code.
In that sense delivering the events via webhooks is a good idea since it allows them to work with their regular request-response debugging tools.