elastic/apm-queue

Change `Processor` interface to accept a single `Record`

Closed this issue · 0 comments

Description

Given the usage and complications (handling, allocators) of processing multiple records in a Processor. It would be best to update the apmqueue.Processor to only accept a single apmqueue.Record to remove ambiguity on how to use and implement processors.