diff --git a/docs/kop.md b/docs/kop.md
index 30c1d392fb..8a1d242418 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.2.16/pulsar-protocol-handler-kafka-2.8.2.16.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.2.16.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.2.16.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.2.16/docs/configuration.md)
+- [Monitor KoP](https://github.com/streamnative/kop/blob/branch-2.8.2.16/docs/reference-metrics.md)
+- [Upgrade](https://github.com/streamnative/kop/blob/branch-2.8.2.16/docs/upgrade.md)
+- [Secure KoP](https://github.com/streamnative/kop/blob/branch-2.8.2.16/docs/security.md)
+- [Manage KoP with the Envoy proxy](https://github.com/streamnative/kop/blob/branch-2.8.2.16/docs/envoy-proxy.md)
+- [Implementation: How to converse Pulsar and Kafka](https://github.com/streamnative/kop/blob/branch-2.8.2.16/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 574cec9e95..25d9f11361 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.2.16
4.0.0
diff --git a/kafka-0-9/pom.xml b/kafka-0-9/pom.xml
index f5c7d3f0f9..3171016499 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.2.16
4.0.0
diff --git a/kafka-1-0/pom.xml b/kafka-1-0/pom.xml
index 6492b02452..96317b6658 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.2.16
4.0.0
diff --git a/kafka-2-8/pom.xml b/kafka-2-8/pom.xml
index 60f5342dbd..bdaddd80da 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.2.16
4.0.0
diff --git a/kafka-3-0/pom.xml b/kafka-3-0/pom.xml
index 2916e2b4d8..89d8ccc903 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.2.16
4.0.0
diff --git a/kafka-client-api/pom.xml b/kafka-client-api/pom.xml
index 41358551f4..e6e0dea245 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.2.16
4.0.0
diff --git a/kafka-client-factory/pom.xml b/kafka-client-factory/pom.xml
index d86ab06c74..8b33232f54 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.2.16
4.0.0
diff --git a/kafka-impl/pom.xml b/kafka-impl/pom.xml
index 313ac24740..17ab458a44 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.2.16
io.streamnative.pulsar.handlers
diff --git a/oauth-client/pom.xml b/oauth-client/pom.xml
index 54e9eeab24..7238dafffb 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.2.16
oauth-client
diff --git a/pom.xml b/pom.xml
index 5e522b8ea7..2a7fd21448 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.2.16
StreamNative :: Pulsar Protocol Handler :: KoP Parent
Parent for Kafka on Pulsar implemented using Pulsar Protocol Handler.
@@ -44,7 +44,7 @@
1.18.4
2.22.0
io.streamnative
- 2.8.2.14
+ 2.8.2.16
1.7.25
3.1.8
6.14.3
diff --git a/tests/pom.xml b/tests/pom.xml
index 7290608fb6..344fa66ce5 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.2.16
io.streamnative.pulsar.handlers