diff --git a/client-adapter/launcher/pom.xml b/client-adapter/launcher/pom.xml index 1a79ed21f4e734c9a806ae699c48e485e88331b3..f70254b0e03723ce37fe63542abc4dd3178618fe 100644 --- a/client-adapter/launcher/pom.xml +++ b/client-adapter/launcher/pom.xml @@ -1,5 +1,6 @@ - + canal.client-adapter com.alibaba.otter @@ -134,12 +135,13 @@ - + - - + + @@ -201,6 +203,14 @@ + + + src/main/resources + + application.yml + + + diff --git a/client-adapter/launcher/src/main/resources/application-sample.yml b/client-adapter/launcher/src/main/resources/application-sample.yml deleted file mode 100644 index 706e4088accd3a8ddb741be1a4d3854622762e32..0000000000000000000000000000000000000000 --- a/client-adapter/launcher/src/main/resources/application-sample.yml +++ /dev/null @@ -1,49 +0,0 @@ -server: - port: 8081 -logging: - level: - com.alibaba.otter.canal.client.adapter.hbase: 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 -# bootstrapServers: slave1:6667 #or rocketmq -# flatMessage: true - canalInstances: - - instance: example - groups: - - outAdapters: - - name: logger -# - name: hbase -# properties: -# hbase.zookeeper.quorum: 127.0.0.1 -# hbase.zookeeper.property.clientPort: 2181 -# zookeeper.znode.parent: /hbase -# mqTopics: -# - mqMode: kafka -# topic: example -# groups: -# - groupId: g2 -# outAdapters: -# - name: logger -# mqTopics: -# - mqMode: rocketmq -# topic: example -# groups: -# - groupId: g2 -# outAdapters: -# - name: logger -# -#adapter.conf: -# datasourceConfigs: -# defaultDS: -# url: jdbc:mysql://127.0.0.1:3306/mytest?useUnicode=true -# username: root -# password: 121212 -# adapterConfigs: -# - hbase/mytest_person2.yml diff --git a/client-adapter/launcher/src/main/resources/application.yml b/client-adapter/launcher/src/main/resources/application.yml index 7fe7b191466349d30030c16d7738354485e1b5b7..ae3648b71c1951a35ad78d0a58424ebfb88a1ded 100644 --- a/client-adapter/launcher/src/main/resources/application.yml +++ b/client-adapter/launcher/src/main/resources/application.yml @@ -7,4 +7,43 @@ spring: jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 - default-property-inclusion: non_null \ No newline at end of file + default-property-inclusion: non_null + +#canal.conf: +# canalServerHost: 127.0.0.1:11111 +# zookeeperHosts: slave1:2181 +# bootstrapServers: slave1:6667 #or rocketmq +# flatMessage: true +# canalInstances: +# - instance: example +# groups: +# - outAdapters: +# - name: logger +# - name: hbase +# properties: +# hbase.zookeeper.quorum: 127.0.0.1 +# hbase.zookeeper.property.clientPort: 2181 +# zookeeper.znode.parent: /hbase +# mqTopics: +# - mqMode: kafka +# topic: example +# groups: +# - groupId: g2 +# outAdapters: +# - name: logger +# mqTopics: +# - mqMode: rocketmq +# topic: example +# groups: +# - groupId: g2 +# outAdapters: +# - name: logger +# +#adapter.conf: +# datasourceConfigs: +# defaultDS: +# url: jdbc:mysql://127.0.0.1:3306/mytest?useUnicode=true +# username: root +# password: 121212 +# adapterConfigs: +# - hbase/mytest_person2.yml