Skip to content

Commit

Permalink
Update to options and example
Browse files Browse the repository at this point in the history
  • Loading branch information
kathancox committed May 20, 2024
1 parent f2f2b16 commit 9c61cbc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/current/_includes/v24.1/cdc/apache-pulsar-unsupported.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changefeeds emitting to an Apache Pulsar sink do **not** support:

- [`resolved`]({% link {{ page.version.version }}/create-changefeed.md %}#resolved-option)
<!-- - [`resolved`]({% link {{ page.version.version }}/create-changefeed.md %}#resolved-option)
- [`updated`]({% link {{ page.version.version }}/create-changefeed.md %}#updated-option)
- [`mvcc_timestamp`]({% link {{ page.version.version }}/create-changefeed.md %}#mvcc-timestamp)
- [`mvcc_timestamp`]({% link {{ page.version.version }}/create-changefeed.md %}#mvcc-timestamp) -->
- [`format=avro`]({% link {{ page.version.version }}/create-changefeed.md %}#format)
- [`confluent_schema_registry`]({% link {{ page.version.version }}/create-changefeed.md %}#confluent-registry)
- [`topic_prefix`]({% link {{ page.version.version }}/create-changefeed.md %}#topic-prefix-param)
Expand Down
2 changes: 1 addition & 1 deletion src/current/_includes/v24.1/cdc/apache-pulsar-uri.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% include_cached copy-clipboard.html %}
~~~
pulsar://localhost:6650
pulsar://{host IP}:6650
~~~

By default, Apache Pulsar listens for client connections on port `:6650`. For more detail on configuration, refer to the [Apache Pulsar documentation](https://pulsar.apache.org/docs/2.10.x/reference-configuration).
2 changes: 1 addition & 1 deletion src/current/v24.1/changefeed-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ In this example, you'll set up a changefeed for a single-node cluster that is co
~~~

{{site.data.alerts.callout_info}}
You can start a changefeed and Pulsar will automatically use the table as the topic name.
You can start a changefeed, and Pulsar will automatically use the table as the topic name.

If you want to create a topic name first, use the [`pulsar-admin`](https://pulsar.apache.org/docs/2.10.x/reference-cli-tool) tool to specify the topic's tenant and namespace. This example uses the default namespace:
Expand Down
2 changes: 1 addition & 1 deletion src/current/v24.1/changefeed-sinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ Changefeeds emitting to an Apache Pulsar sink support `json` and `csv` [format o

For an Azure Pulsar setup example, refer to the [Changefeed Examples]({% link {{ page.version.version }}/changefeed-examples.md %}#create-a-changefeed-connected-to-an-apache-pulsar-sink) page.

### Apache Pulsar sink messages

~~~
----- got message -----
Expand All @@ -618,7 +619,6 @@ key:[null], properties:[], content:{"Key":["amsterdam", "d119f344-318f-41c0-bfc0
key:[null], properties:[], content:{"Key":["rome", "3c7d6676-f713-4985-ba52-4c19fe6c3692"],"Value":{"after": {"city": "rome", "end_address": null, "end_time": null, "id": "3c7d6676-f713-4985-ba52-4c19fe6c3692", "revenue": 27.00, "rider_id": "c15a4926-fbb2-4931-a9a0-6dfabc6c506b", "start_address": "39415 Brandon Avenue Apt. 29", "start_time": "2024-05-09T12:18:42.055498", "vehicle_city": "rome", "vehicle_id": "627dad1a-3531-4214-a173-16bcc6b93036"}},"Topic":"rides"}
~~~


## See also

- [Use Cloud Storage]({% link {{ page.version.version }}/use-cloud-storage.md %})
Expand Down

0 comments on commit 9c61cbc

Please sign in to comment.