-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[feat-1368][logminer]add enableFetchAll #1369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@yanghuaiGit @FlechazoW please review it 新增
注意: 不支持断点续传,同步存量数据失败时,需要手动删除目标表 |
...m/dtstack/chunjun/connector/oraclelogminer/inputformat/OracleLogMinerInputFormatBuilder.java
Outdated
Show resolved
Hide resolved
.../src/main/java/com/dtstack/chunjun/connector/oraclelogminer/listener/LogMinerConnection.java
Outdated
Show resolved
Hide resolved
.../src/main/java/com/dtstack/chunjun/connector/oraclelogminer/listener/LogMinerConnection.java
Show resolved
Hide resolved
...elogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/listener/LogParser.java
Show resolved
Hide resolved
...-oraclelogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/util/SqlUtil.java
Show resolved
Hide resolved
...-oraclelogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/util/SqlUtil.java
Show resolved
Hide resolved
...-oraclelogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/util/SqlUtil.java
Show resolved
Hide resolved
...-oraclelogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/util/SqlUtil.java
Outdated
Show resolved
Hide resolved
...-oraclelogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/util/OraUtil.java
Outdated
Show resolved
Hide resolved
...in/java/com/dtstack/chunjun/connector/oraclelogminer/source/OraclelogminerSourceFactory.java
Outdated
Show resolved
Hide resolved
f0ba988 to
123232d
Compare
| * 构建需要采集操作类型字符串的过滤条件 | ||
| * | ||
| * @param listenerOptions 需要采集操作类型字符串 delete,insert,update | ||
| * @param ddlSkip 需要采集ddl数据 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'ddlSkip' means skipping ddl or not.
FlechazoW
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
FlechazoW
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Purpose of this pull request
Support oracle logminer historical + incremental data sync
Which issue you fix
Fixes #1368
Checklist: