Skip to content

[@azure/functions-extensions-servicebus] Message settlement increases the latency of individual invocations compared to autocomplete #153

Description

@rob-moos

The gRPC calls to settle messages increases the latency of individual invocations (20ms+). This is much less performant for a high throughput function and means that we are less likely to adopt the SDK. Would the recommendation be to use autocomplete on high throughput functions and only utilise the methods for deadlettering and abandoning?.

Additionally the type seems to be incorrect for service bus topic triggers, where the sdkBinding property is not present on the ServiceBusTopicFunctionOptions type.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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