Sitemap
CodeX

Everything connected with Tech & Code. Follow to join our 1M+ monthly readers

Federated Microservices

From Many, One

4 min readJun 2, 2021

--

What are Federated Microservices?

Federated Microservices are the independently deployable components of a federated application. In a federated application, components are loaded from multiple network locations and repositories at runtime. They are not developed by a single team or built from a single codebase. Multiple federated application components can run in a single application instance; and can be redeployed at any time, without restarting the application or interrupting other components that happen to be running.

What purpose do they serve?

Not incidentally, the word “federation” accurately describes the structure of the development organization microservices enables: one made up of small, independent teams. Despite this internal autonomy, the software produced by each team interacts successfully. Let’s consider what enables this result and what role distributed computing plays.

Microservices and Distributed Computing

What is the purpose of distribution in a microservice-style architecture: scalability, polyglossia, deployment independence? It enables all three. But which properties are indispensable to the kind of organization we want to support? If we conflate concurrency of…

--

--

CodeX
CodeX

Published in CodeX

Everything connected with Tech & Code. Follow to join our 1M+ monthly readers

Tyson Midboe
Tyson Midboe

Written by Tyson Midboe

Why do so many microservice implementations fail? Is the ‘microservice premium’ an inevitable trade-off or a problem with a solution? Read on and find out…

Responses (1)