반응형
https://martinfowler.com/articles/feature-toggles.html
Feature Toggles (aka Feature Flags)
Feature Flags can be categorized into several buckets; manage each appropriately. Smart implementation can help constrain complexity.
martinfowler.com
Feature Toggles (often also refered to as Feature Flags) are a powerful technique, allowing teams to modify system behavior without changing code. They fall into various usage categories, and it's important to take that categorization into account when implementing and managing toggles. Toggles introduce complexity. We can keep that complexity in check by using smart toggle implementation practices and appropriate tools to manage our toggle configuration, but we should also aim to constrain the number of toggles in our system.
이전 Post
2020.10.20 - [emotional developer/detect-server] - Feature Toggle - togglz
unleash-client-java
- https://github.com/Unleash/unleash-client-java
- https://hyeon9mak.github.io/unleash-custom-strategy/
- https://velog.io/@kshired/DevOps-Feature-flag%EB%9E%80-%EB%AC%B4%EC%97%87%EC%9D%BC%EA%B9%8C
- https://medium.com/hprog99/manage-feature-flags-in-spring-boot-application-using-unleash-72cf91bb5b9c
반응형