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
Labels
enhancement
New feature or request
Team:Elastic-Agent-Data-Plane
Label for the Agent Data Plane team
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.The text was updated successfully, but these errors were encountered: