62 lines
1.7 KiB
YAML
62 lines
1.7 KiB
YAML
server:
|
|
port: 8081
|
|
logging:
|
|
level:
|
|
org.springframework: WARN
|
|
com.alibaba.otter.canal.client.adapter.hbase: DEBUG
|
|
com.alibaba.otter.canal.client.adapter.es: DEBUG
|
|
com.alibaba.otter.canal.client.adapter.rdb: DEBUG
|
|
spring:
|
|
jackson:
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
time-zone: GMT+8
|
|
default-property-inclusion: non_null
|
|
|
|
canal.conf:
|
|
canalServerHost: 127.0.0.1:11111
|
|
# zookeeperHosts: slave1:2181
|
|
# mqServers: slave1:6667 #or rocketmq
|
|
# flatMessage: true
|
|
batchSize: 500
|
|
syncBatchSize: 1000
|
|
retries: 0
|
|
timeout:
|
|
accessKey:
|
|
secretKey:
|
|
mode: tcp # kafka rocketMQ
|
|
# srcDataSources:
|
|
# defaultDS:
|
|
# url: jdbc:mysql://127.0.0.1:3306/mytest?useUnicode=true
|
|
# username: root
|
|
# password: 121212
|
|
canalAdapters:
|
|
- instance: example # canal instance Name or mq topic name
|
|
groups:
|
|
- groupId: g1
|
|
outerAdapters:
|
|
- name: logger
|
|
# - name: rdb
|
|
# key: oracle1
|
|
# properties:
|
|
# jdbc.driverClassName: oracle.jdbc.OracleDriver
|
|
# jdbc.url: jdbc:oracle:thin:@localhost:49161:XE
|
|
# jdbc.username: mytest
|
|
# jdbc.password: m121212
|
|
# - name: rdb
|
|
# key: postgres1
|
|
# properties:
|
|
# jdbc.driverClassName: org.postgresql.Driver
|
|
# jdbc.url: jdbc:postgresql://localhost:5432/postgres
|
|
# jdbc.username: postgres
|
|
# jdbc.password: 121212
|
|
# threads: 1
|
|
# commitSize: 3000
|
|
# - name: hbase
|
|
# properties:
|
|
# hbase.zookeeper.quorum: 127.0.0.1
|
|
# hbase.zookeeper.property.clientPort: 2181
|
|
# zookeeper.znode.parent: /hbase
|
|
# - name: es
|
|
# hosts: 127.0.0.1:9300
|
|
# properties:
|
|
# cluster.name: elasticsearch |