Eppo-exp / node-server-sdk

Eppo Node.js SDK
MIT License
9 stars 0 forks source link

Use commons 3.0.6; MemoryOnlyConfigurationStore without LRU #59

Closed leoromanovsky closed 5 months ago

leoromanovsky commented 5 months ago

Fixes: #issue

Motivation and Context

Updates to commons 3.0.6 which contains new interfaces for the configuration store and the MemoryOnlyConfigurationStore which has an in-memory ServingStore and no PersistenceStore.

Description

Follow-ups

Add a configuration parameter to this SDK to allow customers to provide a custom implementation of a PersistenceStore: IAsyncStore

How has this been tested?