Skip to content

Configurable MessageDecoder Buffer Size #814

@zoewangg

Description

@zoewangg

Expected Behavior

Allow users to configure MessageDecoder initial buffer size

Current Behavior

Currently, the initial buffer size in MessageDecoder is 2MB and there's no way to configure it.

private static final int INITIAL_BUFFER_SIZE = 2048 * 1024;

Your Environment

  • AWS Java SDK version used: 2.0.0-preview-13-SNAPSHOT

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.p3This is a minor priority issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions