[
https://issues.apache.org/jira/browse/FLINK-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629532#comment-14629532
]
Suminda Dharmasena commented on FLINK-2366:
-------------------------------------------
What I am pushing for is embedded, HA, and distributed. Any of the nodes should
be able to discover other nodes and cluster. The program is distributed but
each instance embeds Flink as library. There are DB which can be used as
libraries like Derby, H2. This can be used.
Also there are libraries which are not heavy weigh and can be embeded as a
library like: https://github.com/kuujo/copycat.
Alternatively you can see how you can embed ZK and use it while the whole of
Flink can be used as a library in a distributed, HA context.
> HA Without ZooKeeper
> --------------------
>
> Key: FLINK-2366
> URL: https://issues.apache.org/jira/browse/FLINK-2366
> Project: Flink
> Issue Type: Improvement
> Reporter: Suminda Dharmasena
> Priority: Minor
>
> Please provide a way to do HA without having to use ZK.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)