Skip to content

Little "maxLeaseRenewalThreads" problem #207

@Ssenser

Description

@Ssenser

Line 1102 in KinesisClientLibConfiguration:
Validate.isTrue(maxLeaseRenewalThreads > 2, "The maximum number of lease renewal threads must be greater than or equal to 2.");
Must be like that:
Validate.isTrue(maxLeaseRenewalThreads >= 2, "The maximum number of lease renewal threads must be greater than or equal to 2.");

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions