temporalio / api

Temporal gRPC API and proto files
https://temporal.io
MIT License
77 stars 65 forks source link

Switch back to using description for Nexus Endpoints #420

Closed bergundy closed 1 month ago

bergundy commented 1 month ago

What changed?

Use single Payload description field for Nexus Endpoints instead of re-using the UserMetadata message that we use for history events.

Why?

Breaking changes

Yes, but not yet released.

Server PR

https://github.com/temporalio/temporal/pull/6121