legion-labs / legion

Legion monorepo, contains the legion engine, the tools, source control, build system etc...
https://book.legionengine.com
Other
16 stars 2 forks source link

Migrate telemetry ingestion service #1979

Open tltran-legion opened 2 years ago

tltran-legion commented 2 years ago

Summary

Goal is to migrate the Telemetry service to OpenAPI using the Code Generation framework.

Current State

At the moment, the Telemetry service is using gRPC we need it to follow the defined new API convention.

Work Items

mad-legion commented 2 years ago

The telemetry ingestion service already supports http and grpc. Most the work will be to move the rust telemetry client to use http (the unreal client is already using http). Not sure OpenAPI will do much good here as part of the protocol is binary.