diff --git a/docs/kop.md b/docs/kop.md index 30c1d392fb..8613e948d3 100644 --- a/docs/kop.md +++ b/docs/kop.md @@ -1,5 +1,5 @@ --- -download: "https://github.com/streamnative/kop/releases/download/v{{protocol:version}}/pulsar-protocol-handler-kafka-{{protocol:version}}.nar" +download: "https://github.com/streamnative/kop/releases/download/v2.8.1.26/pulsar-protocol-handler-kafka-2.8.1.26.nar" alias: KoP - Kafka on Pulsar --- @@ -21,7 +21,7 @@ The following figure illustrates how the Kafka-on-Pulsar protocol handler is imp # Get Started with KoP 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: -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. +1. Download KoP protocol handler, or build the `./kafka-impl/target/pulsar-protocol-handler-kafka-2.8.1.26.nar` file, and then copy it to your Pulsar `protocols` directory. 2. Set the configuration of the KoP protocol handler in Pulsar `broker.conf` or `standalone.conf` files. 3. Restart Pulsar brokers to load KoP protocol handler. @@ -54,7 +54,7 @@ To build the KoP protocol handler from the source, follow thse steps. 3. Get the `.nar` file in the following directory and copy it your Pulsar `protocols` directory. You need to create the `protocols` folder in Pulsar if it's the first time you use protocol handlers. ```bash - ./kafka-impl/target/pulsar-protocol-handler-kafka-{{protocol:version}}.nar + ./kafka-impl/target/pulsar-protocol-handler-kafka-2.8.1.26.nar ``` ## Set configuration for KoP @@ -133,12 +133,12 @@ After you have installed the KoP protocol handler to Pulsar broker, you can rest # How to use KoP You can configure and manage KoP based on your requirements. Check the following guides for more details. -- [Configure KoP](https://github.com/streamnative/kop/blob/branch-{{protocol:version}}/docs/configuration.md) -- [Monitor KoP](https://github.com/streamnative/kop/blob/branch-{{protocol:version}}/docs/reference-metrics.md) -- [Upgrade](https://github.com/streamnative/kop/blob/branch-{{protocol:version}}/docs/upgrade.md) -- [Secure KoP](https://github.com/streamnative/kop/blob/branch-{{protocol:version}}/docs/security.md) -- [Manage KoP with the Envoy proxy](https://github.com/streamnative/kop/blob/branch-{{protocol:version}}/docs/envoy-proxy.md) -- [Implementation: How to converse Pulsar and Kafka](https://github.com/streamnative/kop/blob/branch-{{protocol:version}}/docs/implementation.md) +- [Configure KoP](https://github.com/streamnative/kop/blob/branch-2.8.1.26/docs/configuration.md) +- [Monitor KoP](https://github.com/streamnative/kop/blob/branch-2.8.1.26/docs/reference-metrics.md) +- [Upgrade](https://github.com/streamnative/kop/blob/branch-2.8.1.26/docs/upgrade.md) +- [Secure KoP](https://github.com/streamnative/kop/blob/branch-2.8.1.26/docs/security.md) +- [Manage KoP with the Envoy proxy](https://github.com/streamnative/kop/blob/branch-2.8.1.26/docs/envoy-proxy.md) +- [Implementation: How to converse Pulsar and Kafka](https://github.com/streamnative/kop/blob/branch-2.8.1.26/docs/implementation.md) The followings are important information when you configure and use KoP. diff --git a/kafka-0-10/pom.xml b/kafka-0-10/pom.xml index dbc8224347..ccaaa6e2ee 100644 --- a/kafka-0-10/pom.xml +++ b/kafka-0-10/pom.xml @@ -20,7 +20,7 @@ pulsar-protocol-handler-kafka-parent io.streamnative.pulsar.handlers - 2.9.0-SNAPSHOT + 2.8.1.26 4.0.0 @@ -32,7 +32,7 @@ io.streamnative.pulsar.handlers kafka-client-api - 2.9.0-SNAPSHOT + 2.8.1.26 org.apache.kafka diff --git a/kafka-0-9/pom.xml b/kafka-0-9/pom.xml index 424e938806..199845600d 100644 --- a/kafka-0-9/pom.xml +++ b/kafka-0-9/pom.xml @@ -20,7 +20,7 @@ pulsar-protocol-handler-kafka-parent io.streamnative.pulsar.handlers - 2.9.0-SNAPSHOT + 2.8.1.26 4.0.0 @@ -32,7 +32,7 @@ io.streamnative.pulsar.handlers kafka-client-api - 2.9.0-SNAPSHOT + 2.8.1.26 org.apache.kafka diff --git a/kafka-1-0/pom.xml b/kafka-1-0/pom.xml index 7de5923c06..f3aba4e436 100644 --- a/kafka-1-0/pom.xml +++ b/kafka-1-0/pom.xml @@ -20,7 +20,7 @@ pulsar-protocol-handler-kafka-parent io.streamnative.pulsar.handlers - 2.9.0-SNAPSHOT + 2.8.1.26 4.0.0 @@ -32,7 +32,7 @@ io.streamnative.pulsar.handlers kafka-client-api - 2.9.0-SNAPSHOT + 2.8.1.26 org.apache.kafka diff --git a/kafka-2-8/pom.xml b/kafka-2-8/pom.xml index f815f3fa96..1e13217f8f 100644 --- a/kafka-2-8/pom.xml +++ b/kafka-2-8/pom.xml @@ -20,7 +20,7 @@ pulsar-protocol-handler-kafka-parent io.streamnative.pulsar.handlers - 2.9.0-SNAPSHOT + 2.8.1.26 4.0.0 @@ -32,7 +32,7 @@ io.streamnative.pulsar.handlers kafka-client-api - 2.9.0-SNAPSHOT + 2.8.1.26 org.apache.kafka diff --git a/kafka-3-0/pom.xml b/kafka-3-0/pom.xml index 096a474ddd..6d26c517e2 100644 --- a/kafka-3-0/pom.xml +++ b/kafka-3-0/pom.xml @@ -20,7 +20,7 @@ pulsar-protocol-handler-kafka-parent io.streamnative.pulsar.handlers - 2.9.0-SNAPSHOT + 2.8.1.26 4.0.0 @@ -32,7 +32,7 @@ io.streamnative.pulsar.handlers kafka-client-api - 2.9.0-SNAPSHOT + 2.8.1.26 org.apache.kafka diff --git a/kafka-client-api/pom.xml b/kafka-client-api/pom.xml index 41358551f4..e8bf1f25d3 100644 --- a/kafka-client-api/pom.xml +++ b/kafka-client-api/pom.xml @@ -20,7 +20,7 @@ pulsar-protocol-handler-kafka-parent io.streamnative.pulsar.handlers - 2.9.0-SNAPSHOT + 2.8.1.26 4.0.0 diff --git a/kafka-client-factory/pom.xml b/kafka-client-factory/pom.xml index 40cbb72972..c9783d98d2 100644 --- a/kafka-client-factory/pom.xml +++ b/kafka-client-factory/pom.xml @@ -20,7 +20,7 @@ pulsar-protocol-handler-kafka-parent io.streamnative.pulsar.handlers - 2.9.0-SNAPSHOT + 2.8.1.26 4.0.0 @@ -32,32 +32,32 @@ io.streamnative.pulsar.handlers kafka-client-api - 2.9.0-SNAPSHOT + 2.8.1.26 io.streamnative.pulsar.handlers kafka-1-0 - 2.9.0-SNAPSHOT + 2.8.1.26 io.streamnative.pulsar.handlers kafka-0-10 - 2.9.0-SNAPSHOT + 2.8.1.26 io.streamnative.pulsar.handlers kafka-2-8 - 2.9.0-SNAPSHOT + 2.8.1.26 io.streamnative.pulsar.handlers kafka-3-0 - 2.9.0-SNAPSHOT + 2.8.1.26 io.streamnative.pulsar.handlers kafka-0-9 - 2.9.0-SNAPSHOT + 2.8.1.26 diff --git a/kafka-impl/pom.xml b/kafka-impl/pom.xml index 313ac24740..cfddcca5f7 100644 --- a/kafka-impl/pom.xml +++ b/kafka-impl/pom.xml @@ -22,7 +22,7 @@ io.streamnative.pulsar.handlers pulsar-protocol-handler-kafka-parent - 2.9.0-SNAPSHOT + 2.8.1.26 io.streamnative.pulsar.handlers diff --git a/oauth-client/pom.xml b/oauth-client/pom.xml index 54e9eeab24..08a867e2f8 100644 --- a/oauth-client/pom.xml +++ b/oauth-client/pom.xml @@ -22,7 +22,7 @@ pulsar-protocol-handler-kafka-parent io.streamnative.pulsar.handlers - 2.9.0-SNAPSHOT + 2.8.1.26 oauth-client diff --git a/pom.xml b/pom.xml index d9e282c584..600dac7b2a 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ io.streamnative.pulsar.handlers pulsar-protocol-handler-kafka-parent - 2.9.0-SNAPSHOT + 2.8.1.26 StreamNative :: Pulsar Protocol Handler :: KoP Parent Parent for Kafka on Pulsar implemented using Pulsar Protocol Handler. @@ -43,7 +43,7 @@ 1.18.4 2.22.0 io.streamnative - 2.8.0.15 + 2.8.1.26 1.7.25 3.1.8 6.14.3 diff --git a/tests/pom.xml b/tests/pom.xml index 0e7f60b80c..c459916602 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -22,7 +22,7 @@ io.streamnative.pulsar.handlers pulsar-protocol-handler-kafka-parent - 2.9.0-SNAPSHOT + 2.8.1.26 io.streamnative.pulsar.handlers