Skip to content

How to remove group from PoolCluster? #1006

Closed
@mlshvdv

Description

@mlshvdv

Hello.

I need to remove some group of PoolCluster by pattern. For example:

poolCluster.add('shard1', config);
poolCluster.add('shard2', config);
poolCluster.add('shard3', config);

Sometime later I need to remove one of group:

poolCluster.remove('shard2');

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