Java Weekly, Issue 326

An overview of the RSocket request-stream messaging model, and a quick guide to writing a controller for Kubernetes clusters in Java using the Fabric8 API. >>>

Compare Two JSON Objects with Gson

Comparison of JSON in its string representation is often less effective than comparing it semantically. Here we use Gson to load the JSON and compare the data. >>>

Java Weekly, Issue 325

A handful of tips for getting the most out of Java 14 with Spring, and a good overview of the RSocket protocol’s fire-and-forget messaging. >>>

Delete Everything in Redis

We may need to clear a Redis cache when its data becomes out of date. We explore how to do this with both the command line and Java client. >>>