javascript-client icon indicating copy to clipboard operation
javascript-client copied to clipboard

[Pluggable storage] validation

Open EmilianoSanchez opened this issue 3 years ago • 0 comments
trafficstars

JS SDK

What did you accomplish?

Added extra config validation:

  • Throws exception if no REDIS or PLUGGABLE storage is provided in consumer mode
  • Log error and fallback to MEMORY storage if REDIS or PLUGGABLE storage is provided in standalone or localhost mode

How do we test the changes introduced in this PR?

Updated unit test

Extra Notes

EmilianoSanchez avatar Nov 23 '21 00:11 EmilianoSanchez