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

aboutZZ/docker-canal-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published