dapr / dapr/java-sdk

Ability to configure dapr client grpc channel and stub

Open
#860 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
300
Forks
230
Avg merge
1d 20h
Merged PRs (30d)
4

Description

Hi
I would like to have the options to configure the grpc client for
1. ManagedChannel : having all options that ManagedChannelBuilder expose.
For example; io.grpc.ManagedChannelBuilder#maxInboundMessageSize
3. Async stub: having all options that AbstractStub expose.
For example: io.grpc.stub.AbstractStub#withMaxOutboundMessageSize
Currently, I'm stuck since I need to have bigger payloads (in my case is when I want to set/get redis state store via the dapr client) and I don't have the options to change the default size of the inbound/outbound message size.
Thanks

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.