🌋 5 Awesome Java Projects EP2: Microservices, iOT and More
4 min readMar 15, 2023
Today we will set up a RPC microservice cluster, monitor it, analyse some weird data sets, set up a iOT handling infrastructure and parse and modify code. All thanks to Java. Let’s dive in:
🕵️ Apache Dubbo — Microservices RPC Framework In Java
Dobbio is an open source RPC framework for clusters handling high trafic, especting low latency with service discovery, routing and load balancing. It offers an SDK for Go, Java, Rust, Python, Node.js. It’s based on Java.
🧑‍🚀 Skywalking — Microservices Monitoring Tool In Java
Skywalking is a microservice monitoring tool. This open source project is easy to tap in into an architecture and offers a nice UI to view extensive reports, for example topology, database info…