Hello, I am trying to understand state of the pulsar-adaptors project: Q1: is it abandoned, maintained, are there plans for official releases etc. Q2: If it is not abandoned, how can one build it? Is it supposed to be used as a submodule of the main pulsar repo?
What I see right now is: We have release of pulsar 2.7.1 We don't have release of pulsar-adapters 2.7.x https://github.com/apache/pulsar-adapters/issues/4 https://github.com/apache/pulsar-adapters/issues/7 because it got split into separate repo sometime before 2.7.0 release https://github.com/apache/pulsar-adapters We do have docs https://pulsar.apache.org/docs/en/adaptors-kafka/ that claim that adapters 2.7.1 were released :wink: Problem 1: The release procedure is wrong. Or the docs are, and release cycles should not be coupled for these two things. hence the Q1. Ok, let's build it locally. Problem 2: It does not build (well, maybe if pulsar 2.7.0-SNAPSHOT is published to local repo it will, but wtf) https://github.com/apache/pulsar-adapters/issues/5 I tried to make it build with the official pulsar 2.7.1 release from maven. There comes Problem 3: it needs org.apache.pulsar.tests:integration jar which we don't deploy to maven central during release. hence the Q2. -- Andrey Yegorov