diff --git a/docs/kop.md b/docs/kop.md
index 3bf87d7664..1eb9cc60eb 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.0.8/pulsar-protocol-handler-kafka-2.8.0.8.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.0.8.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.0.8.nar
```
## Set configuration for KoP
diff --git a/kafka-1-0/pom.xml b/kafka-1-0/pom.xml
index 7ad0449e94..6e8eac5e07 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.0.8
4.0.0
@@ -32,7 +32,7 @@
io.streamnative.pulsar.handlers
kafka-client-api
- 2.9.0-SNAPSHOT
+ 2.8.0.8
org.apache.kafka
diff --git a/kafka-client-api/pom.xml b/kafka-client-api/pom.xml
index 04e1bd1c9b..5631d2f46e 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.0.8
4.0.0
diff --git a/kafka-client-factory/pom.xml b/kafka-client-factory/pom.xml
index 039a6d23d1..b91e2e55cc 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.0.8
4.0.0
@@ -32,12 +32,12 @@
io.streamnative.pulsar.handlers
kafka-client-api
- 2.9.0-SNAPSHOT
+ 2.8.0.8
io.streamnative.pulsar.handlers
kafka-1-0
- 2.9.0-SNAPSHOT
+ 2.8.0.8
\ No newline at end of file
diff --git a/kafka-impl/pom.xml b/kafka-impl/pom.xml
index 38531f63a0..7c66ecbf49 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.0.8
io.streamnative.pulsar.handlers
diff --git a/oauth-client/pom.xml b/oauth-client/pom.xml
index 122a9d893b..b00f01cc87 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.0.8
oauth-client
diff --git a/pom.xml b/pom.xml
index 390332d777..896a8cdb23 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.0.8
StreamNative :: Pulsar Protocol Handler :: KoP Parent
Parent for Kafka on Pulsar implemented using Pulsar Protocol Handler.
@@ -46,7 +46,7 @@
1.18.4
2.22.0
io.streamnative
- 2.8.0.3
+ 2.8.0.8
1.7.25
3.1.8
1.15.1
diff --git a/tests/pom.xml b/tests/pom.xml
index 17917689b5..b889101dc1 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.0.8
io.streamnative.pulsar.handlers
@@ -39,12 +39,12 @@
io.streamnative.pulsar.handlers
kafka-client-api
- 2.9.0-SNAPSHOT
+ 2.8.0.8
io.streamnative.pulsar.handlers
kafka-client-factory
- 2.9.0-SNAPSHOT
+ 2.8.0.8
org.apache.kafka