Skip to content

Nexus APIs not listed in api metdata file #7596

Open
@omm-mishra

Description

@omm-mishra

We have a self-hosted cluster deployed with server ver. 1.27.2. After enabling Nexus we could not get the workflow to start in the target namespace.

Upon further inspection we found that /temporal.api.nexusservice.v1.NexusService/DispatchByEndpoint is executed which is not listed in metadata.go. We rely on the Method Metadata and the functions defined in that file for our custom authorizer but since the DispatchByEndpoint is not part of any of the listings it was failing. DispatchByEndpoint seems crucial as it dispatches the request to the Endpoint I believe.

Is this intentional, shouldn't they be part of the metadata file such as the DispatchNexusTask, PollNexusTaskQueue etc. apis?

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