Tag: consul

Multi-tenant Feature Flag Manager

Reading Time: 5 minutes I’ve been searching on the Internet for some already builtin Feature Flag Manager for multi-tenant systems, with not much luck. There are some companies and products that offer Feature Flag as a Service (let’s call it like that), which permits managing this contraption for your microservice architecture, but unsure about if they support multi-tenancy. In …

Adopting a distributed key/value storage

Reading Time: 6 minutes Organization of the information. This is one of the most important challenges in the current era where a massive amount of data is managed. Looking for a distributed key/value store for your system is something not easy. In this article, we will define some desirable features for these kinds of systems and then we will …