Open
Description
Each processor gets a clone
- This violates the spec as changes done by one Processor is not reflected in the next.
- Performance issues due to clone.
Log SDK has changed the design to pass &mut
instead which is performant and is spec-compliant. Cloning can be done for any processor (like BatchProcessor), if it want to store it for batching purposes.
Metadata
Metadata
Assignees
Labels
No labels