[
https://issues.apache.org/jira/browse/FLINK-11105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211512#comment-17211512
]
Yang Wang commented on FLINK-11105:
-----------------------------------
[~trohrmann] I checked with him that he is not working on this now. And this
ticket could be closed directly since FLIP-144[1] is a more appropriate way and
could cover all the functionalities.
[1].
https://cwiki.apache.org/confluence/display/FLINK/FLIP-144%3A+Native+Kubernetes+HA+for+Flink
> Add a new implementation of the HighAvailabilityServices using etcd
> -------------------------------------------------------------------
>
> Key: FLINK-11105
> URL: https://issues.apache.org/jira/browse/FLINK-11105
> Project: Flink
> Issue Type: New Feature
> Components: Runtime / Coordination
> Reporter: Yang Wang
> Assignee: MalcolmSanders
> Priority: Major
>
> In flink, we use HighAvailabilityServices to do many things, e.g. RM/JM
> leader election and retrieval. ZooKeeperHaServices is an implementation of
> HighAvailabilityServices using Apache ZooKeeper. It is very easy to integrate
> with hadoop ecosystem. However, the cloud native and micro service are become
> more and more popular. We just need to follow the step and add a new
> implementation EtcdHaService using etcd.
> Now flink has supported to run StandaloneSession on kubernetes and FLINK-9953
> start to make an native integration with kubernetes. If we have the
> EtcdHaService, both of them will benefit from this and we will not have
> deploy a zookeeper service on kubernetes cluster.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)