Re: State of pulsar-adaptors project

2021-03-30 Thread Andrey Yegorov
Thank you, Sijie, for the context. There is a PR that at least makes adapters build with pulsar 2.8.-snapshot: https://github.com/apache/pulsar-adapters/pull/9 I'd appreciate help with getting this up to the apache standards - checkstyle, github CI, etc. IMO we should deal with tests/integration de

Re: State of pulsar-adaptors project

2021-03-30 Thread Sijie Guo
It was my fault when I moved the adapters from master to the separate repo. The release process should be updated to include that repo. We need to fix it. Some of the projects in this adopters are deprecated. For example, the pulsar-flink connector is deprecated. Because it was an integration with

Re: State of pulsar-adaptors project

2021-03-29 Thread Andrey Yegorov
To clarify: The code is not in the master branch. It was deleted from pulsar's master sometime before 2.7 release: https://github.com/apache/pulsar/commits/master/pulsar-client-kafka-compat https://github.com/apache/pulsar/pull/8480 As a result, it was never released in 2.7.x and does not build r

Re: State of pulsar-adaptors project

2021-03-26 Thread Enrico Olivelli
It looks like it is the repository in which Sijie is pushing the Adapters as part as PIP-62 initiative The code is still on master branch and this is only a partial copy Enrico Il Sab 27 Mar 2021, 00:33 Andrey Yegorov ha scritto: > Hello, > > I am trying to understand state of the pulsar-adapto

State of pulsar-adaptors project

2021-03-26 Thread Andrey Yegorov
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