Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit cc5ae49

Browse files
author
streamnativebot
committed
"Created by snbot"
1 parent 07d39ea commit cc5ae49

File tree

16 files changed

+33
-33
lines changed

16 files changed

+33
-33
lines changed

docs/kop.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
download: "https://github.com/streamnative/kop/releases/download/v{{protocol:version}}/pulsar-protocol-handler-kafka-{{protocol:version}}.nar"
2+
download: "https://github.com/streamnative/kop/releases/download/v2.10.4.6/pulsar-protocol-handler-kafka-2.10.4.6.nar"
33
alias: KoP - Kafka on Pulsar
44
---
55

@@ -21,7 +21,7 @@ The following figure illustrates how the Kafka-on-Pulsar protocol handler is imp
2121
# Get Started with KoP
2222

2323
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.6.nar` file, and then copy it to your Pulsar `protocols` directory.
2525
2. Set the configuration of the KoP protocol handler in Pulsar `broker.conf` or `standalone.conf` files.
2626
3. Restart Pulsar brokers to load KoP protocol handler.
2727

@@ -63,7 +63,7 @@ To build the KoP protocol handler from the source, follow these steps:
6363
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.
6464
6565
```bash
66-
./kafka-impl/target/pulsar-protocol-handler-kafka-{{protocol:version}}.nar
66+
./kafka-impl/target/pulsar-protocol-handler-kafka-2.10.4.6.nar
6767
```
6868
6969
### Step 2: Set configuration for KoP
@@ -202,12 +202,12 @@ You can configure and manage KoP based on your requirements. Check the following
202202
>
203203
> 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.
204204
205-
- [Configure KoP](https://github.com/streamnative/kop/blob/branch-{{protocol:version}}/docs/configuration.md)
206-
- [Monitor KoP](https://github.com/streamnative/kop/blob/branch-{{protocol:version}}/docs/reference-metrics.md)
207-
- [Upgrade](https://github.com/streamnative/kop/blob/branch-{{protocol:version}}/docs/upgrade.md)
208-
- [Secure KoP](https://github.com/streamnative/kop/blob/branch-{{protocol:version}}/docs/security.md)
209-
- [Schema Registry](https://github.com/streamnative/kop/blob/branch-{{protocol:version}}/docs/schema.md)
210-
- [Implementation: How to converse Pulsar and Kafka](https://github.com/streamnative/kop/blob/branch-{{protocol:version}}/docs/implementation.md)
205+
- [Configure KoP](https://github.com/streamnative/kop/blob/branch-2.10.4.6/docs/configuration.md)
206+
- [Monitor KoP](https://github.com/streamnative/kop/blob/branch-2.10.4.6/docs/reference-metrics.md)
207+
- [Upgrade](https://github.com/streamnative/kop/blob/branch-2.10.4.6/docs/upgrade.md)
208+
- [Secure KoP](https://github.com/streamnative/kop/blob/branch-2.10.4.6/docs/security.md)
209+
- [Schema Registry](https://github.com/streamnative/kop/blob/branch-2.10.4.6/docs/schema.md)
210+
- [Implementation: How to converse Pulsar and Kafka](https://github.com/streamnative/kop/blob/branch-2.10.4.6/docs/implementation.md)
211211
212212
The followings are important information when you configure and use KoP.
213213

kafka-0-10/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>2.10.1.9</version>
23+
<version>2.10.4.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

kafka-0-9/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>2.10.1.9</version>
23+
<version>2.10.4.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

kafka-1-0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>2.10.1.9</version>
23+
<version>2.10.4.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

kafka-2-8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>2.10.1.9</version>
23+
<version>2.10.4.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

kafka-3-0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>2.10.1.9</version>
23+
<version>2.10.4.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

kafka-client-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>2.10.1.9</version>
23+
<version>2.10.4.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

kafka-client-factory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>2.10.1.9</version>
23+
<version>2.10.4.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

kafka-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.streamnative.pulsar.handlers</groupId>
2424
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
25-
<version>2.10.1.9</version>
25+
<version>2.10.4.6</version>
2626
</parent>
2727

2828
<groupId>io.streamnative.pulsar.handlers</groupId>

kafka-payload-processor-shaded-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>2.10.1.9</version>
23+
<version>2.10.4.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)