Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Libbeat disk queue should support custom serialization #41

Open
Tracked by #33
faec opened this issue May 20, 2022 · 0 comments
Open
Tracked by #33

Libbeat disk queue should support custom serialization #41

faec opened this issue May 20, 2022 · 0 comments
Labels
enhancement New feature or request Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team

Comments

@faec
Copy link
Contributor

faec commented May 20, 2022

Currently libbeat's disk queue (de)serialization (https://github.com/elastic/beats/blob/main/libbeat/publisher/queue/diskqueue/serialize.go) assumes the underlying event type is publisher.Event, which needs to change before we can support the disk queue in the shipper. The disk queue should accept a serializer as part of its configuration (possibly defaulting to its current behavior for simplicity in libbeat), so we can use it to store shipper events.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

No branches or pull requests

1 participant