We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3690ce commit 56f5745Copy full SHA for 56f5745
docs/docs-src/core/modules/ROOT/pages/cdcExample.adoc
@@ -98,7 +98,7 @@ $ pulsar-admin source create \
98
--archive /path/to/pulsar-cassandra-source-<version>.nar \
99
--tenant public \
100
--namespace default \
101
- --destination-topic-name <keyspace>.<table> \
+ --destination-topic-name persistent://public/default/data-<keyspace>.<table> \
102
--parallelism 1 \
103
--source-config {
104
"events.topic": "persistent://public/default/events-<keyspace>.<table>",
0 commit comments