apache / pulsar

Apache Pulsar - distributed pub-sub messaging system
https://pulsar.apache.org/
Apache License 2.0
14.26k stars 3.59k forks source link

[Doc] Pulsar adapter for Apache Kafka Page has dependencies with incorrect version #23383

Open ggmurali2009 opened 1 month ago

ggmurali2009 commented 1 month ago

Search before asking

What issue do you find in Pulsar docs?

In the Pulsar adapter for Apache Kafka page has the pulsar client dependencies with version number mentioned as below

<dependency>
  <groupId>org.apache.pulsar</groupId>
  <artifactId>pulsar-client-kafka</artifactId>
  <version>3.3.1</version>
</dependency>

<dependency>
  <groupId>org.apache.pulsar</groupId>
  <artifactId>pulsar-client-kafka-original</artifactId>
  <version>3.3.1</version>
</dependency>

Page Link : https://pulsar.apache.org/docs/3.3.x/adaptors-kafka/

But in Maven central , 2.11.0 is the latest version available.

What is your suggestion?

Need to change the version number or Information about where to find the dependencies

Any reference?

https://pulsar.apache.org/docs/3.3.x/adaptors-kafka/

Are you willing to submit a PR?

lhotari commented 1 month ago

Thanks for reporting the issue! Would you like to contribute a PR to update the docs? The repository is https://github.com/apache/pulsar-site and there are some contribution instructions in https://pulsar.apache.org/contribute/document-preview/