MICROSERVICES ARCHITECTURE
DEFINITIONS ‣ The microservice architectural style is an approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. ‣ These services are built around
WHAT IS NEW IN JAVA 10
Java 10 contains various new features and enhancements. This is the fastest release of a java version in its 23 year history :) 1. New Features in Language 2. New Features in Compiler 3. New Features in Libraries 4. New Features in Tools 5. New Features
WHAT IS NEW IN JAVA 9
Java 9 is a major release. It may seem to be a maintenance release that pushes forward project Jigsaw Project (Module System). But along with the new module system and a number of internal changes associated with it Java 9
JAVA 8 New Features
Java 8 is the greatest release in the Java world since Java 5. It brings lots of new features to the Java as a language, its compiler, libraries, tools and the JVM (Java virtual machine) itself. 1. New
Apache Kafka
INTRODUCTION ‣ Apache Kafka® is a distributed streaming platform. A streaming platform has three key capabilities 1. Publish and subscribe to streams of records, similar to a message queue or enterprise messaging system. 2. Store streams of records in a fault-tolerant durable way. 3.