Skip to content

Avoid allocations in ChannelPoolPartioning #2157

@doom369

Description

@doom369
Image

Currently, ChannelPoolPartitioning does allocation for every request in uri.getBaseUrl();. The simplest possible fix is to replace uri.getBaseUrl() with uri.getHost() or maybe with the URI itself.

@hyperxpro WDYT?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions