keedio / flume-ng-sql-source

Flume Source to import data from SQL Databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to do incremental reading without a table that increments the primary key?

molaobusi opened this issue · comments

Because of business and historical issues, the database's table primary key is UUID, and there are no other auto-increment fields. In this case, how can I do incremental reading?

@molaobusi only CDC