Skip to content

Add identity to TerminatedFailureInfo#745

Open
stephanos wants to merge 1 commit intomasterfrom
stephanos/termination-identity
Open

Add identity to TerminatedFailureInfo#745
stephanos wants to merge 1 commit intomasterfrom
stephanos/termination-identity

Conversation

@stephanos
Copy link
Copy Markdown
Contributor

@stephanos stephanos commented Mar 27, 2026

What changed?

Add identity field to TerminatedFailureInfo.

Why?

To allow storing the identity of the caller that requested the termination; and allow clients to retrieve it.

Breaking changes

No

Server PR

NA - usage example:

&nexusoperationpb.OperationOutcome_Failed{
  Failure: &failurepb.Failure{
    Message: event.Reason,
	FailureInfo: &failurepb.Failure_TerminatedFailureInfo{
	  TerminatedFailureInfo: &failurepb.TerminatedFailureInfo{
        identity: event.Identity,
      },
    },
  },
}

@stephanos stephanos force-pushed the stephanos/termination-identity branch from d0c7dbd to d7d9fce Compare March 27, 2026 18:15
@stephanos stephanos marked this pull request as ready for review March 27, 2026 20:20
@stephanos stephanos requested review from a team March 27, 2026 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant