Unleash / unleash-client-java

Unleash client SDK for Java
https://docs.getunleash.io
Apache License 2.0
121 stars 70 forks source link

feat: Handle dependent feature toggles #218

Closed chriswk closed 1 year ago

chriswk commented 1 year ago
chriswk commented 1 year ago

Very nice. A few minor comments inside. 2 things I'd test since they are not part of the client specification:

  • metrics are not called on dependent features So we should not increment counts when checking parent

  • impression events are called on dependent features for easier debugging We should trigger impression events when checking parent.