Re: Zookeeper on Java 11

2019-01-30 Thread Enrico Olivelli
Tests of 3.4 branch are passing on jdk11. Personally I have only experience of 3.5 in production with jdk11. Enrico Il giorno mer 30 gen 2019, 20:12 Mark Anderson ha scritto: > Hi all, > > Since Kafka 2.1 supports Java 11 we are considering moving to take > advantage of performance improvement

Zookeeper on Java 11

2019-01-30 Thread Mark Anderson
Hi all, Since Kafka 2.1 supports Java 11 we are considering moving to take advantage of performance improvements since Java 8. One issue that isn't clear to me is whether the latest Zookeeper 3.4.x release supports Java 11. Does anyone know? And if so are there any issues to watch out for? Than