[feat-1368][logminer]add enableFetchAll#1369
Merged
FlechazoW merged 3 commits intoDTStack:masterfrom Nov 4, 2022
Merged
Conversation
Contributor
Author
|
@yanghuaiGit @FlechazoW please review it 新增
注意: 不支持断点续传,同步存量数据失败时,需要手动删除目标表 |
FlechazoW
reviewed
Nov 2, 2022
...m/dtstack/chunjun/connector/oraclelogminer/inputformat/OracleLogMinerInputFormatBuilder.java
Outdated
Show resolved
Hide resolved
FlechazoW
reviewed
Nov 2, 2022
.../src/main/java/com/dtstack/chunjun/connector/oraclelogminer/listener/LogMinerConnection.java
Outdated
Show resolved
Hide resolved
FlechazoW
reviewed
Nov 2, 2022
.../src/main/java/com/dtstack/chunjun/connector/oraclelogminer/listener/LogMinerConnection.java
Show resolved
Hide resolved
FlechazoW
reviewed
Nov 2, 2022
...elogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/listener/LogParser.java
Show resolved
Hide resolved
FlechazoW
reviewed
Nov 3, 2022
...-oraclelogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/util/SqlUtil.java
Show resolved
Hide resolved
FlechazoW
reviewed
Nov 3, 2022
...-oraclelogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/util/SqlUtil.java
Show resolved
Hide resolved
FlechazoW
reviewed
Nov 3, 2022
...-oraclelogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/util/SqlUtil.java
Show resolved
Hide resolved
FlechazoW
reviewed
Nov 3, 2022
...-oraclelogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/util/SqlUtil.java
Outdated
Show resolved
Hide resolved
FlechazoW
reviewed
Nov 3, 2022
...-oraclelogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/util/OraUtil.java
Outdated
Show resolved
Hide resolved
FlechazoW
reviewed
Nov 3, 2022
...in/java/com/dtstack/chunjun/connector/oraclelogminer/source/OraclelogminerSourceFactory.java
Outdated
Show resolved
Hide resolved
f0ba988 to
123232d
Compare
FlechazoW
reviewed
Nov 3, 2022
| * 构建需要采集操作类型字符串的过滤条件 | ||
| * | ||
| * @param listenerOptions 需要采集操作类型字符串 delete,insert,update | ||
| * @param ddlSkip 需要采集ddl数据 |
Member
There was a problem hiding this comment.
'ddlSkip' means skipping ddl or not.
ll076110
approved these changes
Nov 4, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
Support oracle logminer historical + incremental data sync
Which issue you fix
Fixes #1368
Checklist: