You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: utilize StorageConfig for the log store's parse_url_opts
The parse_url_opts trait method has been a little bit of a thorn lately
since we have wanted to pass more rich configuration options for some
log store implementations through it.
This change utilizes the StorageConfig struct which already contains
most of the options that are necessary and gives a reasonable way to
extend the struct depending on what our future needs are.
This _does_ however represent a public API change, so I have bumped all
the necessary crate versions to reflect that.
NOTE: The `handle` argument _might_ now be redundant since StorageConfig
has a `runtime` field inside it.
Closes#3589
Signed-off-by: R. Tyler Croy <[email protected]>
0 commit comments