Flink 1.2.1 JobManager Election Deadlock

2017-09-06 Thread James Bucher
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

2017-08-22 Thread James Bucher
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

2016-06-01 Thread James Bucher
possible to define case class with a generic parameter? Thanks, James Bucher