table changelog edit

Description

Changes changelog specifications.

Syntax

Table 1.
CLI
maprcli table changelog edit -path <source table path> -changelog <destination stream path>:<topic name>
REST
http://<ipaddress>:8443/rest/table/changelog/edit?path=<source-table-path>&changelog=<destination-stream-path>:<topic-name>

Parameters

Table 2.
Parameters Description
path (Required) Path of the HPE Ezmeral Data Fabric Database source table
changelog (Required) Target of this changelog.
throttle If true, data propation is throttled. Default: false
synchronous If true, acknowledges the client writes to the table before the internal CDC gateway receives the data. Default: false
networkencryption If true, data propagation is encrypted on-wire. Default: false
networkcompression Specifies the compression scheme (off|lzf|lz4|zlib) of the data propagation on-wire. Default: lz4

Example

maprcli table changelog edit -path /tableVolume/cdcTable -changelog /streamVolume/changelogStream:cdcTopic1
https://10.10.100.17:8443/rest/table/changelog/edit?path=/tableVolume/cdcTable&changelog=/streamVolume/changelogStream:cdcTopic1