Learn how to set up a service that hosts the Spring Cloud Config server and wire our Neo4j microservice as the config client service.
-
Java Bytecode Simplified: Journey to the Wonderland (Part 3)
Java bytecode can be updated and controlled for many reasons, such as adding new features, instrumenting code for performance monitoring.
-
How Does Kafka Perform When You Need Low Latency?
Kafka benchmarks aim to discuss low latency characteristics of Kafka. Instead, they appear to be configured for throughput rather than low latency.
-
Why Your Choice of Java Virtual Machine (JVM) Matters More Than Ever
Learn why when you use hyper-optimized Java runtimes instead of vanilla OpenJDK you do less tuning and debugging!
-
How to Reduce Cloud Cost by 99% for EDA Kafka Applications
About 400x more instances can be run on the same hardware with Chronicle Queue for specific latency-sensitive EDA applications.
-
How to Leverage Method Chaining to Add Smart Message Routing
Learn how to use method chaining to add routing information to serialised data structures in a lightweight fashion!
-
Why Picnic Picked Java
Finding the right tech stack is a context-dependent journey. There’s no right or wrong, just a lot of different angles to explore!
-
Challenges when Developing a GUI for FIX
In this article, we explore the challenges in developing a Graphical User Interface (GUI) for Financial Information Exchange (FIX) data.
-
Azul Provides the CRaC in AWS SnapStart Builds
Now, with a major Cloud platform providing built-in support for the CRaC API, it’s truly off to the races for CRaC.
-
What Java Version Are You Running? Let’s Take a Look Under the Hood of the JDK!
Did you know there are multiple ways you check your Java version and even get much more information than you might think, very quickly?
-
Why the Cool Kids Use Event Loops
Check out some of the key points to consider, as well as a full code sample, when choosing to use event Loops!