Skip to content
This repository was archived by the owner on Apr 15, 2018. It is now read-only.
This repository was archived by the owner on Apr 15, 2018. It is now read-only.

Add close() method to Coordination for resource cleanup #167

@franbh

Description

@franbh

Hi, because of Tecsisa/constructr-consul#49, I think it is necessary to add a close() method to Coordination, in order to perform resource release on system shutdown in a clean, elegant way. An example of such resource cleanup would be destroying the Consul session instead of just relying on TTL.

close() would be invoked by the ConstructrMachine implementation of the onTermination hook.

If this is not useful to etcd, we can just have a dummy implementation of close(), returning something like Future.successful(Done).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions