Closed kim closed 4 weeks ago
The inputs are stored in the commitlog, and obtained via the existing From impl from ReducerContext.
From
ReducerContext
Add the inverse conversion, necessarily fallible due to bsatn decoding.
Useful for tooling to extract and display the context as metadata.
NOTE: On top of #1899, because tooling work depends on the whole series.
The inputs are stored in the commitlog, and obtained via the existing
From
impl fromReducerContext
.Add the inverse conversion, necessarily fallible due to bsatn decoding.
Useful for tooling to extract and display the context as metadata.
NOTE: On top of #1899, because tooling work depends on the whole series.