Make gRCP max message size configurable
Opened this issue · 0 comments
EnricoMi commented
Currently, gRPC maximum message size is hard set to 24 MiB at
Make this number configurable via spark.read.option
.
Further, distinguish between the channel used in SchemaProvider
and DgraphExecutor
, and provide individual settings (a general max size and two specific sizes).