Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement new ingest structure
Define new proto for the structure that gets sent from router to ingester and persisted in the ingester WAL. Create ingest_structure crate with functions to convert from line protocol to new proto structure while validating schema. Add function to convert new proto structure to RecordBatch.
- Loading branch information