Package org.apache.bookkeeper.feature

A feature-flag system that is used to proportionally control what features are enabled for the system.

In other words, it is a way of altering the control in a system without restarting it. It can be used during all stages of developement, its most visible use case is on production. For instance, during a production release, you can enable or disable individual features, control the data flow through the system, thereby minimizing risk of system failures in real time.

The feature provider interface is pluggable and easy to integrate with any configuration management system.