Debezium stops after inserted or update data into the table when using decoderbufs
The initial synchronization worked as expected, but when I insert or update data into the table, the connection with postgres closes.The connector is still marked as active and running.This issue only occurs when the logical decoding plugin used is decoderbufs, and it runs normally when using pgoutput.