Re: [PR] pulsar-adapters: remove Flink adapter

2022-02-03 Thread Enrico Olivelli
The patch is merged. Thank you Andrey, removing dead code is a good thing, as it allows the community to not waste energy. Enrico Il Ven 4 Feb 2022, 06:04 Devin Bost ha scritto: > I support this change. Having different connectors in each project is > actually really confusing for new folks

Re: [PR] pulsar-adapters: remove Flink adapter

2022-02-03 Thread Devin Bost
I support this change. Having different connectors in each project is actually really confusing for new folks since it's not automatically clear which adapter they should be using. -- Devin G. Bost On Thu, Feb 3, 2022, 1:17 PM Andrey Yegorov wrote: > Hello, > > I created a PR to remove Flink fr

[PR] pulsar-adapters: remove Flink adapter

2022-02-03 Thread Andrey Yegorov
Hello, I created a PR to remove Flink from the Pulsar adapters project: https://github.com/apache/pulsar-adapters/pull/34 Motivation is: * It is based on an old version of Flink (1.7.2, current is 1.14.3) which brings in dependencies with various CVEs. 1.7 is not maintained anymore. * Flink added