Skip to content

Include app version in cluster member details #1399

@leviramsey

Description

@leviramsey

Short description

If app version is being used (e.g. to guide shard handovers in rolling deploys), it can be useful to inspect this information (e.g. in deployment tooling, or just for debugging/observability).

For a given cluster member, the version information is in member.appVersion.version.

Details

Could be added to the ClusterMember object

final case class ClusterMember(node: String, nodeUid: String, status: String, roles: Set[String])
and filled in by
ClusterMember(s"${m.address}", s"${m.uniqueAddress.longUid}", s"${m.status}", m.roles)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions