Skip to content

Commit 56f5745

Browse files
authored
Update Key-value Avro destination data topic (#145)
Co-authored-by: Madhavan Sridharan <[email protected]>
1 parent b3690ce commit 56f5745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs-src/core/modules/ROOT/pages/cdcExample.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $ pulsar-admin source create \
9898
--archive /path/to/pulsar-cassandra-source-<version>.nar \
9999
--tenant public \
100100
--namespace default \
101-
--destination-topic-name <keyspace>.<table> \
101+
--destination-topic-name persistent://public/default/data-<keyspace>.<table> \
102102
--parallelism 1 \
103103
--source-config {
104104
"events.topic": "persistent://public/default/events-<keyspace>.<table>",

0 commit comments

Comments
 (0)