Enterprise Java
-
Apache Kafka and Camel Application in Data Stream
Apache Kafka is a distributed streaming platform that was originally developed by LinkedIn and later open-sourced under the Apache Software…
Read More » -
EventArc with CloudRun
Google Cloud EventArc provides a simple way to act on events generated by a variety of Google Cloud Services. Consider an…
Read More » -
Kafka Streams Developer: Techniques to Conquer
Apache Kafka is an open-source distributed streaming platform developed by the Apache Software Foundation. It was initially developed at LinkedIn…
Read More » -
Programmatically Listen to JUnit Test Results
There are many ways available to run JUnit tests, from the IDE, build tool, or development modes. To process and…
Read More » -
Add ZipKin to your Spring application
If your application contains multiple services interacting with each other the need for distributed tracing is increasing. You have a…
Read More » -
Use Redis GeoHash with Spring boot
One very handy Data Structure when it comes to Redis is the GeoHash Data structure. Essentially it is a sorted…
Read More » -
Use JMH for your Java applications with Gradle
If you want to benchmark you code, the Java Microbenchmark Harness is the tool of choice.In our example we shall…
Read More » -
Troubleshooting deadlock in an Apache opensource library
Apache PDFBox is a popular open-source library that facilitates java applications to work with PDF documents. Recently we encountered a…
Read More » -
Skaffold for Local Java App Development
Skaffold is a tool which handles the workflow of building, pushing and deploying container images and has the added benefit of…
Read More »