Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature toggle state change evicts from cache but doesn't cache new state #719

Open
jhabarunk opened this issue Oct 16, 2023 · 1 comment
Assignees

Comments

@jhabarunk
Copy link

jhabarunk commented Oct 16, 2023

Describe the bug
I tried to integrate Ff4j with Redis for caching.
While testing I found below issue

  • Feature toggle state change from enabled or disabled evicts the same from cache

To Reproduce
Steps to reproduce the behaviour:

  1. Go to ff4j-console
  2. Create new to Feature. In cache you will find the same after creating
  3. Change the state of the same Feature Toggle from disabled to enabled. In cache you will not find the same after state change

Expected behaviour
After state change, the cache should have latest values of feature toggle

@BlueLeer
Copy link

BlueLeer commented Oct 16, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants