Commit f870ff6
committed
Expose NullDataSourceBuilder from crate root
This may seem a bit strange at first, but it's extremely useful when
a persistent `DataStore` is filled externally to the LaunchDarkly SDK.
In our particular use case, we implement a `PersistentDataStore` using
an internal blend of Kafka and RocksDB to allow us to isolate the
outbound calls towards LD to a single service.
An alternative to this is allowing `offline` mode to continue reading
from the `DataStore`, but this is a breaking change.1 parent 65b708a commit f870ff6
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments