[docs] Use more generic term 'transaction logs' in README

pull/488/head
Gunnar Morling 3 years ago committed by GitHub
parent e19b78691e
commit 5beaeaf07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ This README is meant as a brief walkthrough on the core features with Flink CDC
| MongoDB | Database: 4.0, 4.2, 5.0 <br/> MongoDB Driver: 4.3.1 |
## Features
1. Supports reading database snapshot and continues to read binlogs with **exactly-once processing** even failures happen.
1. Supports reading database snapshot and continues to read transaction logs with **exactly-once processing** even failures happen.
2. CDC connectors for DataStream API, users can consume changes on multiple databases and tables in a single job without Debezium and Kafka deployed.
3. CDC connectors for Table/SQL API, users can use SQL DDL to create a CDC source to monitor changes on a single table.

Loading…
Cancel
Save