Skip to content

Rename bufferSize to batchSize #306

@mscwilson

Description

The Emitter property bufferSize specifies the desired number of events in one POST request, not the size or capacity of the buffer. This is obviously confusing. It will be even more confusing soon since the Emitter will get a constructor option for bufferCapacity i.e. the maximum size of the buffer.

It refers to the batch size, so bufferSize should be renamed batchSize.

Metadata

Metadata

Assignees

No one assigned

    Labels

    category:breaking_changeA breaking change will be introduced if this issue is completed.status:completedCompleted - but might not be released yet.type:enhancementNew features or improvements to existing features.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions