NullHunt commented on issue #773:
URL: https://github.com/apache/flink-cdc/issues/773#issuecomment-2499894062

   haha, i found the arg of debezium: 
[max.queue.size](https://debezium.io/documentation/reference/1.9/connectors/mysql.html#mysql-property-max-queue-size),
 
   
   i set it to 100000, and solve the problem. 
   The blocking queue can provide backpressure for reading change events from 
the database., and through peak traffic periods.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to