Skip to content

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

Open
@ggmurali2009

Description

@ggmurali2009

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    doc-requiredYour PR changes impact docs and you will update later.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions