splitio / java-client

Java SDK client for Split Software
https://split.io
Other
25 stars 18 forks source link

feat: add ProcessImpressionNoOp to ignore impressions entirely #474

Closed ryaneorth closed 6 months ago

ryaneorth commented 6 months ago

Allows for bypassing impression tracking, solving the problem reported in #473

mmelograno commented 6 months ago

Hi @ryaneorth ,

We cannot fully ignore usage metrics and unique keys since they are currently an important part of our business logic. Setting the impressions mode to None, is as low as we can go with outgoing traffic. Having said that, I’ll make sure this is tracked as a feature request. Meanwhile we released 4.11.1 which includes a revamp of None mode logic.

Thanks, Matias

ryaneorth commented 6 months ago

Great, thank you Matias!