summaryrefslogtreecommitdiffstats
path: root/dmaap/README.md
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2021-04-29 14:06:09 +0100
committerefiacor <fiachra.corcoran@est.tech>2021-05-21 15:10:39 +0100
commit94d5e62176cb6a3d70e651bd51f0ab4029cd6cf2 (patch)
treec705479ef5c13a9e4d6d7f93deac1c98b83d6894 /dmaap/README.md
parent495e8f8283bd6dfb7b4d4f822b06291a7cf04205 (diff)
[DMAAP-PLUGIN] Fix incorrect var name in DMaaP plugin topic creation
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I5a17503b55380cd568f76a51656268592b778a26 Issue-ID: DCAEGEN2-2750
Diffstat (limited to 'dmaap/README.md')
-rw-r--r--dmaap/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmaap/README.md b/dmaap/README.md
index 55ac621..69d956f 100644
--- a/dmaap/README.md
+++ b/dmaap/README.md
@@ -145,7 +145,7 @@ Property|Type|Required?|Description
--------|----|---------|---------------------------------------
topic_name|string|no|a name that uniquely identifies the feed (plugin will generate if absent or is empty string or contain only whitespace)
topic_description|string|no|human-readable description of the feed
-txenable|boolean|no|flag indicating whether transactions are enabled for this topic
+tnxEnabled|boolean|no|flag indicating whether transactions are enabled for this topic
replication_case|string|no|type of replication required for the topic (defaults to no replication)
global_mr_url|string|no|Global MR host name for replication to a global MR instance