Closed
Description
opened on Jun 22, 2020
Requirement - what kind of business use case are you trying to solve?
Existing Elasticsearch and Cassandra as archive storage do not suit me. I want to use grpc plugin as archive storage.
Problem - what in Jaeger blocks you from solving the requirement?
Currently, grpc plugin can't be use as archive storage.
Proposal - what do you suggest to solve the problem or improve the existing situation?
I propose archive storage support in grpc plugin.
Any open questions to address
I have following options:
- Create another namespace
grpc-archive-storage-plugin
in addition to existinggrpc-storage-plugin
and duplicate all options (binary
,configuration-file
,log-level
). This will issue another process in addition to existinggrpc-storage-plugin.binary
. This is most flexible than next option. - Implement ArchiveFactory interface in shared.grpcClient with modifying storage.proto in some way...
Which option I should follow?
Activity