You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This PR closes #1202 and #1287. 1.Add logproxy.client.id, config-url and working-mode params for libobcdc 2.Fix timezone config for change events reading. 3.Sort class fields in order of [common properties -> snapshot properties -> change events properties] 4.Use official docker image in tests. 5.update logproxy-client to 1.0.5 |
3 years ago | |
---|---|---|
.. | ||
_static | 3 years ago | |
_templates | 3 years ago | |
content | 3 years ago | |
site | 3 years ago | |
Dockerfile | 3 years ago | |
Makefile | 4 years ago | |
README.md | 3 years ago | |
build_docs.sh | 3 years ago | |
conf.py | 3 years ago | |
docs_site.sh | 3 years ago | |
index.md | 3 years ago | |
make.bat | 4 years ago |
README.md
This README gives an overview of how to build the documentation of Flink CDC.
Build the site locally
Make sure you have installed Docker and started it on you local environment.
From the directory of this module (docs
), use the following command to start the site.
./docs_site.sh start
Then the site will run and can be viewed at http://localhost:8001, any update on the docs
will be shown in the site without restarting.
Of course, you can use the following command to stop the site.
./docs_site.sh stop