From e5fd4301acbf6feca5a90dc2086ff68d2cfa7c6c Mon Sep 17 00:00:00 2001 From: streamnativebot Date: Wed, 26 Oct 2022 17:21:35 +0000 Subject: [PATCH] "Created by snbot" --- docs/kop.md | 18 +++++++++--------- kafka-0-10/pom.xml | 2 +- kafka-0-9/pom.xml | 2 +- kafka-1-0/pom.xml | 2 +- kafka-2-8/pom.xml | 2 +- kafka-3-0/pom.xml | 2 +- kafka-client-api/pom.xml | 2 +- kafka-client-factory/pom.xml | 2 +- kafka-impl/pom.xml | 2 +- oauth-client/pom.xml | 2 +- pom.xml | 4 ++-- tests/pom.xml | 2 +- 12 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/kop.md b/docs/kop.md index 30c1d392fb..37dd14a720 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.4.2/pulsar-protocol-handler-kafka-2.8.4.2.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.4.2.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.4.2.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.4.2/docs/configuration.md) +- [Monitor KoP](https://github.com/streamnative/kop/blob/branch-2.8.4.2/docs/reference-metrics.md) +- [Upgrade](https://github.com/streamnative/kop/blob/branch-2.8.4.2/docs/upgrade.md) +- [Secure KoP](https://github.com/streamnative/kop/blob/branch-2.8.4.2/docs/security.md) +- [Manage KoP with the Envoy proxy](https://github.com/streamnative/kop/blob/branch-2.8.4.2/docs/envoy-proxy.md) +- [Implementation: How to converse Pulsar and Kafka](https://github.com/streamnative/kop/blob/branch-2.8.4.2/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 9791b2a45e..7f62aca4ef 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.4.2 4.0.0 diff --git a/kafka-0-9/pom.xml b/kafka-0-9/pom.xml index f5c7d3f0f9..5399dbe748 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.4.2 4.0.0 diff --git a/kafka-1-0/pom.xml b/kafka-1-0/pom.xml index 6492b02452..093bbedd0f 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.4.2 4.0.0 diff --git a/kafka-2-8/pom.xml b/kafka-2-8/pom.xml index 60f5342dbd..59a72d3bac 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.4.2 4.0.0 diff --git a/kafka-3-0/pom.xml b/kafka-3-0/pom.xml index 2916e2b4d8..e692ef7e42 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.4.2 4.0.0 diff --git a/kafka-client-api/pom.xml b/kafka-client-api/pom.xml index 41358551f4..85440a1a74 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.4.2 4.0.0 diff --git a/kafka-client-factory/pom.xml b/kafka-client-factory/pom.xml index d86ab06c74..24175a7562 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.4.2 4.0.0 diff --git a/kafka-impl/pom.xml b/kafka-impl/pom.xml index d42df02ad0..33fdca0041 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.4.2 io.streamnative.pulsar.handlers diff --git a/oauth-client/pom.xml b/oauth-client/pom.xml index aa51811695..f412055f09 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.4.2 oauth-client diff --git a/pom.xml b/pom.xml index a690e950a3..c9aa65334e 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.4.2 StreamNative :: Pulsar Protocol Handler :: KoP Parent Parent for Kafka on Pulsar implemented using Pulsar Protocol Handler. @@ -44,7 +44,7 @@ 1.18.24 2.22.0 io.streamnative - 2.8.2.14 + 2.8.4.2 1.7.25 3.1.8 6.14.3 diff --git a/tests/pom.xml b/tests/pom.xml index 600f8668de..6d8b2a9b28 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.4.2 io.streamnative.pulsar.handlers