dyrnq / cdc-vagrant

CDC(Change Data Capture) is made up of two components, the CDD and the CDT. CDD is stand for Change Data Detection and CDT is stand for Change Data Transfer.
https://nightlies.apache.org/flink/flink-cdc-docs-stable/
0 stars 0 forks source link

flink cdc doris success #39

Open dyrnq opened 6 days ago

dyrnq commented 6 days ago
docker compose exec doris-fe mysql -uroot -P9030 -h127.0.0.1 -e "use app_db;select * from orders;"
+------+--------+
| id   | price  |
+------+--------+
|    1 |   4.00 |
|    2 | 100.00 |
+------+--------+