A quick tutorial on the differences between Apache Camel and Kafka.
Also find me here:
Baeldung Author
Antonia Grbić
I'm a Java developer with over ten years of experience. I'm passionate about designing and delivering elegant and maintainable Spring applications. Beyond coding, I foster collaboration and knowledge sharing within the team.
Here's what I've written (so far):
Baeldung on Java
- All
- JVM (2)
- Testing (1)
- REST (1)
- Java (1)
- Architecture (1)
Exploring Advanced JVM Options
Filed under JVM
Advanced options allow developers to fine-tune performance, diagnose issues, and experiment with cutting-edge features.
How to Set JVM Arguments in IntelliJ IDEA?
Filed under JVM
IntelliJ allows us to configure the JVM it uses for development and debugging. We look at how to set these configurations and how to share them with the team.
Introduction to Postman
Explore Postman – a powerful tool for working with APIs.
Using the Apache Commons Lang 3 for Comparing Objects in Java
Filed under Java
Learn to compare objects using Apache Commons Lang 3.