DBZ-5220 Fix typos in instance of link-signalling attribute, anchor ID

This commit is contained in:
Bob Roldan 2022-06-07 19:26:51 -04:00 committed by Chris Cranford
parent 7a266c5449
commit e867bd1772
2 changed files with 2 additions and 2 deletions

View File

@ -244,7 +244,7 @@ endif::community[]
* xref:{link-postgresql-connector}#postgresql-ad-hoc-snapshots[PostgreSQL connector ad hoc snapshots]
* xref:{link-sqlserver-connector}#sqlserver-ad-hoc-snapshots[SQL Server connector ad hoc snapshots]
[id="debezium-signaling-stop-ad-hoc-snapshots]
[id="debezium-signaling-stop-ad-hoc-snapshots"]
=== Ad hoc snapshot stop signals
You can request a connector to stop an in-progress ad hoc snapshot by creating a signal table entry with the `stop-snapshot` signal type.

View File

@ -189,7 +189,7 @@ For example,
----
INSERT INTO myschema.debezium_signal (id, type, dat) values ('ad-hoc-1', 'stop-snapshot', '{"data-collections": ["schema1.table1", "schema2.table2"],"type":"incremental"}');
----
The values of the `id`, `type`, and `data` parameters in the command correspond to the xref:{link-signaling}#debezium-signaling-required-structure-of-a-signaling-data-collection[fields of the signaling {data-collection}].
The values of the `id`, `type`, and `data` parameters in the command correspond to the xref:{link-signalling}#debezium-signaling-required-structure-of-a-signaling-data-collection[fields of the signaling {data-collection}].
+
The following {data-collection} describes these parameters:
+