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
We need to get rid of storage.ArchiveFactory interface because it is conceptually meaningless - archive storage is just a storage that implements SpanStorage interface. It should be the same thing with Factory, just have a storage.Factory that in context can be interpreted as primary or archive. We unnecessarily bundle these two.
The text was updated successfully, but these errors were encountered:
I am gonna close this as I don't think it's necessary given how v2 storage is evolving. @james-ryans is working on defining a new storage APIs for v2 where there won't be archive storage as an explicit interface.
Per comment https://github.com/jaegertracing/jaeger/pull/5152/files#r1501916983
We need to get rid of
storage.ArchiveFactory
interface because it is conceptually meaningless - archive storage is just a storage that implements SpanStorage interface. It should be the same thing with Factory, just have astorage.Factory
that in context can be interpreted as primary or archive. We unnecessarily bundle these two.The text was updated successfully, but these errors were encountered: