Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 of 2 tasks
ggmurali2009 opened this issue Oct 1, 2024 · 1 comment
Open
1 of 2 tasks
Labels
doc-required Your PR changes impact docs and you will update later.

Comments

@ggmurali2009
Copy link

Search before asking

  • I searched in the issues and found nothing similar.

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?

  • I'm willing to submit a PR!
@ggmurali2009 ggmurali2009 added the doc-required Your PR changes impact docs and you will update later. label Oct 1, 2024
@lhotari
Copy link
Member

lhotari commented Oct 1, 2024

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-required Your PR changes impact docs and you will update later.
Projects
None yet
Development

No branches or pull requests

2 participants