Java 16 Stream MapMulti

Java 16 adds a new method mapMulti to Stream. It fills the same role as flatMap, but is more imperative – and faster. Read more

Similar

Compose Notes: Java and Let’s Encrypt Certificates

With the recent arrival of Let's Encrypt TLS/SSL certificate support on Compose's Elasticsearch and RabbitMQ, we've noticed some issues popping up from the rabbit hole that is this encryption support. Top of that list is problems with Java connections er...

Read more »