apache / pulsar

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

3.0.x & 4.0.0 release of pulsar-client-kafka adaptor #23555

Open kbiedermann opened 3 weeks ago

kbiedermann commented 3 weeks ago

Search before asking

Motivation

In order to transition code to Pulsar it is easiest to leverage the pulsar-client-kafka adaptor

Solution

Perform release of: https://github.com/apache/pulsar-adapters with compatibility for Pulsar 3.0.x & 4.0.x

Alternatives

Remove support for Kafka adaptor, however this tool seems useful for migrating users from Kafka to Pulsar, increasing Pulsar's footprint and community support.

Anything else?

No response

Are you willing to submit a PR?

lhotari commented 2 weeks ago

Related issue #23554

lhotari commented 2 weeks ago

mailing list thread: https://lists.apache.org/thread/d2r4qtq069jm6n4ozcdg5j3wp27rw3ms

lhotari commented 2 weeks ago

The versioning of pulsar-adapters is independent of apache/pulsar versioning. However, it should be maintained to ensure the compatibility with at least LTS releases. We should have 3.0.0 and 4.0.0 releases of pulsar-adapters available. The docs should be updated with the correct version to use, #23554

kbiedermann commented 2 weeks ago

Is there an expected timeline for the 3.0.0 & 4.0.0 releases of pulsar-adapters?

visxu commented 2 weeks ago

Hi, @nodece. Could you help to review the PR, feel free any comments. Thanks.