| Package | Description |
|---|---|
| org.apache.flink.cdc.connectors.db2.table |
| Modifier and Type | Method and Description |
|---|---|
static StartupOptions |
StartupOptions.initial()
Performs an initial snapshot on the monitored database tables upon first startup, and
continue to read change events from the database’s redo logs.
|
static StartupOptions |
StartupOptions.latest()
Never to perform snapshot on the monitored database tables upon first startup, just read from
the end of the change events which means only have the changes since the connector was
started.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.