yhx
yhx
## What is the purpose of the change SavepointRestoreSettings#equals/hashCode/toString missed restoreMode property ## Brief change log - Add restoreMode property for SavepointRestoreSettings ## Verifying this change This change added tests...
## What is the purpose of the change This pr reverses the direction of resolving schema compatibility could improve the usability of schema evolution. See FLIP-263 for more details. ##...
## What is the purpose of the change My Flink job only thrown below exception without the root cause: `org.apache.flink.runtime.rest.handler.HandlerRequestException: Cannot resolve path parameter (triggerid) from value "4c729cc8-ccc1-80dc-6c8d-9d84d52cfe7b". ` It's...
### environment * canal version 1.1.3 * mysql version 8.0.11 ### Issue Description 按Wiki配置用户和权限: `CREATE USER canal IDENTIFIED BY 'canal'; GRANT SELECT, REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO 'canal'@'%';...