Open
Description
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!