DBZ-3500 Add incubating note

This commit is contained in:
Jiri Pechanec 2021-05-12 07:56:07 +02:00 committed by Gunnar Morling
parent 9058e8b3ea
commit 8709013868

View File

@ -2,6 +2,12 @@
= Ad-hoc snapshot = Ad-hoc snapshot
[NOTE]
====
This feature is currently in incubating state, i.e. exact semantics, configuration options etc. may change in future revisions, based on the feedback we receive.
Please let us know if you encounter any problems while using this extension.
====
When the initial snapshot is completed then it is not executed again as further data are acquired via streaming. When the initial snapshot is completed then it is not executed again as further data are acquired via streaming.
Sometimes it would be really useful to re-execute a snapshot, either completely, or for only a subset of tables. Sometimes it would be really useful to re-execute a snapshot, either completely, or for only a subset of tables.
@ -41,6 +47,12 @@ INSERT INTO myschema.debezium_signal VALUES('ad-hoc-1', 'execute-snapshot', '{"d
= Incremental snapshot = Incremental snapshot
[NOTE]
====
This feature is currently in incubating state, i.e. exact semantics, configuration options etc. may change in future revisions, based on the feedback we receive.
Please let us know if you encounter any problems while using this extension.
====
Initial snapshots are a great way to obtain a consistent set of all data stored in a database upfront. Initial snapshots are a great way to obtain a consistent set of all data stored in a database upfront.
But there are also some downsides to this approach, though: But there are also some downsides to this approach, though: