Configure the client's inbound max_message_size #12122
Labels
area/ux
Marks an issue as related to improving the user experience
component/clients
kind/feature
Categorizes an issue or PR as a feature, i.e. new behavior
scope/clients-java
Marks an issue or PR to appear in the Java client section of the changelog
version:8.3.0-alpha1
Marks an issue as being completely or in parts released in 8.3.0-alpha1
version:8.3.0
Marks an issue as being completely or in parts released in 8.3.0
Is your feature request related to a problem? Please describe.
Sometimes, I may want to specify a larger than the default (4 MB) inbound
MAX_MESSAGE_SIZE
for the client. For example, when I create a process instance with a result where the resulting variables are larger than the default 4 MB.Describe the solution you'd like
Add a configuration option to the client to specify an inbound max message size applied to the gRPC responses. The default should be the current hardcoded 4 MB.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: