Sleepy Mole
Sleepy Mole
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. I used lightning to...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. I build tidb-lightning with...
### What problem does this PR solve? Issue Number: close https://github.com/pingcap/tiflow/issues/6668 ### What is changed and how it works? ### Check List #### Tests - Unit test - Integration test...
### What problem does this PR solve? Issue Number: close https://github.com/pingcap/tiflow/issues/6630 ### What is changed and how it works? Add TLS support for ETCD and MySQL connection. ### Check List...
### What problem does this PR solve? Issue Number: close https://github.com/pingcap/tiflow/issues/6737 ### What is changed and how it works? ### Check List #### Tests - Unit test - Integration test...
Ref https://github.com/pingcap/tiflow/issues/2199.
The gRPC-Gateway can help us to provide OpenAPI based on the existing gRPC definitions. We don't need to maintain an extra OpenAPI framework.
### What did you do? 1. Replicate data from one MySQL to TiDB. 2. Execute ddl on upstream MySQL: ```sql ALTER TABLE xxx MODIFY COLUMN xxx SMALLINT(4) NOT NULL DEFAULT...
### What problem does this PR solve? `tiup playground` can not specify an ipv6 host. ### What is changed and how it works? Use the correct function to join host...