You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
@@ -21,7 +21,7 @@ The following figure illustrates how the Kafka-on-Pulsar protocol handler is imp
21
21
# Get Started with KoP
22
22
23
23
If you have an Apache Pulsar cluster, you can enable Kafka-on-Pulsar on your existing Pulsar cluster by downloading and installing the KoP protocol handler to Pulsar brokers directly. It takes three steps:
24
-
1. Download KoP protocol handler, or build the `./kafka-impl/target/pulsar-protocol-handler-kafka-{{protocol:version}}.nar` file, and then copy it to your Pulsar `protocols` directory.
24
+
1. Download KoP protocol handler, or build the `./kafka-impl/target/pulsar-protocol-handler-kafka-2.10.4.5-5ce22c.nar` file, and then copy it to your Pulsar `protocols` directory.
25
25
2. Set the configuration of the KoP protocol handler in Pulsar `broker.conf` or `standalone.conf` files.
26
26
3. Restart Pulsar brokers to load KoP protocol handler.
27
27
@@ -63,7 +63,7 @@ To build the KoP protocol handler from the source, follow these steps:
63
63
3. Get the `.nar` file in the following directory and copy it to your Pulsar `protocols` directory. You need to create the `protocols` folder in Pulsar if it's the first time you use protocol handlers.
@@ -202,12 +202,12 @@ You can configure and manage KoP based on your requirements. Check the following
202
202
>
203
203
> The following links are invalid when you check this document in the `master` branch from GitHub. You can go to the same chapter of the [README](../README.md) for the correct links.
0 commit comments