Skip to content

Commit 1ada455

Browse files
author
erdemcer
committed
initial commit
1 parent 2349e5a commit 1ada455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kafka Connect Oracle
22

3-
kafka-connect-oracle is a Kafka source connector for capturing all row based DML changes and streaming these changes through Kafka. Change data capture logic is based on Oracle LogMiner solution.
3+
kafka-connect-oracle is a Kafka source connector for capturing all row based DML changes and streaming these changes to Kafka. Change data capture logic is based on Oracle LogMiner solution.
44

55
Only committed changes are pulled from Oracle which are Insert,Update,Delete operations. All streamed messages have related full "sql_redo" statement and parsed fields with values of sql statements. Parsed fields and values are kept in proper field type in schemas.
66

0 commit comments

Comments
 (0)