java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Ability to configure dapr client grpc channel and stub

Open alonhes opened this issue 2 years ago • 0 comments

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
  2. 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

alonhes avatar May 16 '23 09:05 alonhes