You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Kafka Connect Oracle
2
2
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.
4
4
5
5
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.
0 commit comments