Setting up Kafka and ClickHouse? Learn how to load data from a Kafka topic into a ClickHouse table using the Kafka engine, change the table schema, and more. Read all
Daniel from Rock the JVM outlines how Akka Typed instils good practices directly into the new 2.6 API. Code examples in Scala will immediately follow. Read all
Oops…is what Java is. It is an Object-Oriented Programming Language, a set of tools that allows easy and cross-platform application development. Read all
In this article, we discuss how to create a simple HTTP server in Java that can handle GET and POST requests with Java SDK's HttpServer class. Read all
In this lesson, we add an RSocket client that can talk to the RSocket server we created in the last lesson on building reactive Spring Boot apps. Read all