| Parameter | Required? | Default value | Description |
|---|---|---|---|
| deliver2store.logminer.checkpoint | No | The current checkpoint | The start checkpoint. You can specify the start checkpoint at initial startup.
|
| deliver2store.logminer.connector.class | Yes | com.alipay.oms.db2inc.connect.DB2Connector | The package to be loaded into the DB2 database. The value is fixed at com.alipay.oms.db2inc.connect.DB2Connector. |
| deliver2store.logminer.dbName | Yes | None | The name of the DB2 database. |
| deliver2store.logminer.host | Yes | None | The address of the DB2 database instance. |
| deliver2store.logminer.password | Yes | None | The password of the account for accessing the DB2 database. |
| deliver2store.logminer.port | Yes | None | The port of the DB2 database. |
| deliver2store.logminer.user | Yes | None | The username of the account for accessing the DB2 database. |
| deliver2store.logminer.whiteCondition | Yes | None | The whitelist of data to be fetched, in JSON format. |
| deliver2store.logminer.blackCondition | No | None | The blacklist. Tables in the blacklist will be filtered out. If no value is specified or the value is set to "", it is considered that no blacklist is configured or the blacklist is invalid. |
| deliver2store.logminer.db2FlushDiskThreshold | No | 10240 | The boundary value for serializing transactions to disks. When this value is exceeded, transactions are serialized to disks. |
Parameters of a DB2 store
share
Previous topic