Description
Removes the changelog connection.
Syntax
Table 1.
CLI |
maprcli table changelog remove -path <source table path> -changelog <destination stream path>:<topic name>
|
REST |
http://<ipaddress>:8443/rest/table/changelog/remove?path=<source-table-path>&changelog=<destination stream path>:<topic_name>
|
Parameters
Table 2.
Parameters |
Description |
path |
(Required) Path of the source table in the HPE Ezmeral Data Fabric Database cluster. |
changelog |
(Required) Target of the change log. |
Example
maprcli table changelog remove -path /tableVolume/cdcTable -changelog /streamVolume/changelogStream:cdcTopic1
https://10.10.100.17:8443/rest/table/changelog/remove?path=/tableVolume/cdcTable&changelog=/streamVolume/changelogStream:cdcTopic1