From 5db7828b195f1ff0c066b7ee832f7427cae6fab5 Mon Sep 17 00:00:00 2001 From: dongmen <414110582@qq.com> Date: Thu, 11 Jul 2024 14:29:31 +0800 Subject: [PATCH 1/3] ticdc: adjust pulsar sink doc Signed-off-by: dongmen <414110582@qq.com> --- ticdc/ticdc-sink-to-pulsar.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ticdc/ticdc-sink-to-pulsar.md b/ticdc/ticdc-sink-to-pulsar.md index a3568beb57731..4027e89abef38 100644 --- a/ticdc/ticdc-sink-to-pulsar.md +++ b/ticdc/ticdc-sink-to-pulsar.md @@ -63,6 +63,7 @@ The configurable parameters in a URI are as follows: | Parameter | Description | | :------------------ | :------------------------------------------------------------ | +| `pulsar` | The scheme for the downstream Pulsar. Support `pulsar`, `pulsar+ssl`, `pulsar+http` and `pulsar+https`. | | `127.0.0.1` | The IP address by which the downstream Pulsar provides service. | | `6650` | The connection port for the downstream Pulsar. | | `persistent://abc/def/yktest` | As shown in the preceding configuration example 1, this parameter is used to specify the tenant, namespace, and topic of Pulsar. | From 4a57ef9701c38aa6b5437c48cb5c7a70dfbcdad8 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Thu, 11 Jul 2024 16:08:24 +0800 Subject: [PATCH 2/3] Update ticdc/ticdc-sink-to-pulsar.md Co-authored-by: Aolin --- ticdc/ticdc-sink-to-pulsar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticdc/ticdc-sink-to-pulsar.md b/ticdc/ticdc-sink-to-pulsar.md index 4027e89abef38..7a042bdc6fa5e 100644 --- a/ticdc/ticdc-sink-to-pulsar.md +++ b/ticdc/ticdc-sink-to-pulsar.md @@ -63,7 +63,7 @@ The configurable parameters in a URI are as follows: | Parameter | Description | | :------------------ | :------------------------------------------------------------ | -| `pulsar` | The scheme for the downstream Pulsar. Support `pulsar`, `pulsar+ssl`, `pulsar+http` and `pulsar+https`. | +| `pulsar` | The scheme for the downstream Pulsar. Supported schemas are `pulsar`, `pulsar+ssl`, `pulsar+http`, and `pulsar+https`. Starting from v8.2.0, TiCDC supports `pulsar+http` and `pulsar+https`. | | `127.0.0.1` | The IP address by which the downstream Pulsar provides service. | | `6650` | The connection port for the downstream Pulsar. | | `persistent://abc/def/yktest` | As shown in the preceding configuration example 1, this parameter is used to specify the tenant, namespace, and topic of Pulsar. | From dcc5fce1ed4666c651230f44376fa0688ad872a4 Mon Sep 17 00:00:00 2001 From: Aolin Date: Thu, 11 Jul 2024 16:15:27 +0800 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Grace Cai --- ticdc/ticdc-sink-to-pulsar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticdc/ticdc-sink-to-pulsar.md b/ticdc/ticdc-sink-to-pulsar.md index 7a042bdc6fa5e..4eefb2b53195f 100644 --- a/ticdc/ticdc-sink-to-pulsar.md +++ b/ticdc/ticdc-sink-to-pulsar.md @@ -63,7 +63,7 @@ The configurable parameters in a URI are as follows: | Parameter | Description | | :------------------ | :------------------------------------------------------------ | -| `pulsar` | The scheme for the downstream Pulsar. Supported schemas are `pulsar`, `pulsar+ssl`, `pulsar+http`, and `pulsar+https`. Starting from v8.2.0, TiCDC supports `pulsar+http` and `pulsar+https`. | +| `pulsar` | The scheme for the downstream Pulsar. The value can be `pulsar`, `pulsar+ssl`, `pulsar+http`, or `pulsar+https`, in which `pulsar+http` and `pulsar+https` are supported starting from v8.2.0. | | `127.0.0.1` | The IP address by which the downstream Pulsar provides service. | | `6650` | The connection port for the downstream Pulsar. | | `persistent://abc/def/yktest` | As shown in the preceding configuration example 1, this parameter is used to specify the tenant, namespace, and topic of Pulsar. |