GitHub user lhotari edited a comment on the discussion: Where is 3.2.x pulsar-client-kafka?
It is managed in https://github.com/apache/pulsar-adapters and released separately. There haven't been releases since 2.11.0 . It doesn't follow the Pulsar releases, but it should continue to be compatible with recent Pulsar client versions. To use a newer Pulsar client version, it's recommended to use the Pulsar BOM. Please see docs at https://pulsar.apache.org/docs/3.2.x/client-libraries-java-setup/#pulsar-bom how to use Pulsar BOM. pulsar-client-kafka is a Kafka compatibility wrapper over the Pulsar Java client. You might also need [to use the unshaded version](https://pulsar.apache.org/docs/3.2.x/adaptors-kafka/#use-the-pulsar-kafka-compatibility-wrapper-together-with-existing-kafka-client) of `pulsar-client-kafka` which has the artifact id `pulsar-client-kafka-original` . GitHub link: https://github.com/apache/pulsar/discussions/22849#discussioncomment-9677334 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
