Skip to content

Buffer sizes and watermarks are not honored within the PluginVC interface used by intercept plugins #8087

@elsloo

Description

@elsloo

Currently the PluginVC interface used by intercept plugins via the TS API have no ability to influence the size of IO buffers or watermarks used to control the flow of data. This can lead to performance problems in some use cases due to the number of read and write operations performed between the PluginVC due to the small default buffer size (32KB) and lack of watermark setting (default is zero). It would be desirable if plugins could specify these settings and override them as necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions