Skip to content

gRPC plugin archive storage support #2299

Closed
@m8rge

Description

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:

  1. Create another namespace grpc-archive-storage-plugin in addition to existing grpc-storage-plugin and duplicate all options (binary, configuration-file, log-level). This will issue another process in addition to existing grpc-storage-plugin.binary. This is most flexible than next option.
  2. Implement ArchiveFactory interface in shared.grpcClient with modifying storage.proto in some way...

Which option I should follow?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions