Skip to content

Consider making clientId configurable #80

Description

@mkobit

Right now, it is hard coded to always be a unique UUID

protected String clientId = UUID.randomUUID().toString();

It might be useful to derive that from a client's perspective, for example from a service that is running multiple pods in Kubernetes so the locks can be traced back.

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