Skip to content

bire2.0支持mongo配置吗 #126

Description

@jameswangcnbj

源mongdodb,目的greenplum
config.properties

data_source = debezium
debezium.type = debezium
debezium.namespace = mongotest
debezium.kafka.server = 127.0.0.1:9092
debezium.kafka.groupid = bireme

数据已经在kafka中,topic是mongotest.case.test
启动报错,错误信息

cn.hashdata.bireme.BiremeException: error occurs in this way!
at cn.hashdata.bireme.Bireme.getTableInfo(Bireme.java:117) ~[bireme-2.0.0-alpha-1.jar:?]
at cn.hashdata.bireme.Bireme.start(Bireme.java:283) [bireme-2.0.0-alpha-1.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:243) [commons-daemon-1.0.15.jar:1.0.15]
Caused by: cn.hashdata.bireme.BiremeException: Greenplum table and MySQL table size are inconsistent!
at cn.hashdata.bireme.GetPrimaryKeys.getPrimaryKeys(GetPrimaryKeys.java:73) ~[bireme-2.0.0-alpha-1.jar:?]
at cn.hashdata.bireme.Bireme.getTableInfo(Bireme.java:114) ~[bireme-2.0.0-alpha-1.jar:?]
... 6 more

奇怪的是我没有mysql数据源,报错怎么会提示mysql表大小不一致

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions