Skip to content

add a Processor Pool Service in logisland core #589

@oalam

Description

@oalam

pipeline objects (aka processors) are intanciated at each micro-batch by spark executors. This leads to too many objects creation and GC purge.
we could instead lazily create a pool of processors into a CoreControllerService that handles a pool of objects needed for record processing.

may be with https://commons.apache.org/proper/commons-pool/

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreframework, processor, doc, build, ...feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions