You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2023/04/03 12:45:00 UTC

[jira] [Created] (FLINK-31710) Remove and rely on the curator dependency that's provided by flink

Matthias Pohl created FLINK-31710:
-------------------------------------

             Summary: Remove <curator.version/> and rely on the curator dependency that's provided by flink
                 Key: FLINK-31710
                 URL: https://issues.apache.org/jira/browse/FLINK-31710
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Coordination
    Affects Versions: 1.16.1, 1.17.0, 1.18.0
            Reporter: Matthias Pohl


Currently, we're relying on a dedicated curator dependency in tests to use the {{TestingZooKeeperServer}} (see [Flink's parent pom|https://github.com/apache/flink/blob/97cff0768d05e4a7d0217ddc92fd9ea3c7fae2c2/pom.xml#L143]). Besides that, we're using {{flink-shaded}} to provide the zookeeper and curator dependency that is used in Flink's production code.

The flaw of that approach is that we have to maintain two curator versions. This Jira issue is about investigating whether we could just remove the curator test dependency and rely on the {{flink-shaded}} curator sources.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)