Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.02 KB

WARNING!DEPRECATED

Stop using canal! Alibaba Canal is really a shit. Bad docs, bad codes. Flink CDC is what you need.

docker-canal-adapter

This is the docker image for canal adapter.

Useage

You need to mount volume to canal-adapter config file to work properly.

See config file template: application.yml and Elastic DB adapter config file

docker run --name canal-adapter \
-v /path/to/application.yml:/usr/share/canal/adapter/conf/application.yml \
-v /path/to/es7:/usr/share/canal/adapter/conf/es7 \
-d youmianzz/canal-adapter:1.1.5

Attention

  • The work dir: /usr/share/canal/adapter.
  • Log file: /usr/share/canal/adapter/logs/adapter/adapter.log, you may mount volume to the log file if you need.