togglz Questions
3
Solved
We are using Togglz to turn functionalities on and off in our project. The following TogglzFeature Enum is implementing org.togglz.core.Feature interface
public enum TogglzFeature implements Featu...
Vespiary asked 14/7, 2016 at 17:44
2
Solved
I just stumbled across the concept of feature flagging, and a popular open source Java lib for this called Togglz, which quotes a Martin Fowler blog post:
The basic idea is to have a configurati...
Grivet asked 21/11, 2014 at 15:25
1
I have spring controller with several (REST) endpoints. I want to bring up multiple instances of this controller where each instance would have few endpoints selectively enabled/disabled.
Based on...
Mims asked 13/10, 2015 at 23:38
1
© 2022 - 2024 — McMap. All rights reserved.