Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option to override GrpcChannelOptions when adding DaprWorkflow (#7218) #1244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 23, 2024

  1. Refactor DaprWorkflowClientBuilderFactory and WorkflowRuntimeOptions

    This commit refactors the DaprWorkflowClientBuilderFactory and WorkflowRuntimeOptions classes.
    
    In DaprWorkflowClientBuilderFactory:
    - Added a new method, UseGrpcChannelOptions, to allow the use of custom GrpcChannelOptions for creating the GrpcChannel.
    - Updated the UseGrpc method to use the GrpcChannelOptions provided by the WorkflowRuntimeOptions.
    
    In WorkflowRuntimeOptions:
    - Added a new property, GrpcChannelOptions, to store the custom GrpcChannelOptions.
    - Added a new method, UseGrpcChannelOptions, to set the GrpcChannelOptions.
    
    These changes improve the flexibility and customization options for the Dapr workflow client.
    
    Signed-off-by: Michiel van Praat <michiel.vanpraat@humandigital.nl>
    humandigital-michiel committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a7fbd22 View commit details
    Browse the repository at this point in the history