Flink 1.2.1 JobManager Election Deadlock
n in 1.3.2. It may be useful to keep an eye out for this issue however. Thanks, James Bucher
Re: Flink HA with Kubernetes, without Zookeeper
want to actually rip way into the code for the Job Manager the ETCD Operator<https://github.com/coreos/etcd-operator> would be a good way to bring up an ETCD cluster that is separate from the core Kubernetes ETCD database. Combined with zetcd you could probably have that up and running quic
Scala case classes with a generic parameter
possible to define case class with a generic parameter? Thanks, James Bucher