cbalci opened a new pull request, #8481:
URL: https://github.com/apache/pinot/pull/8481
Adding a couple of configuration options to the Pinot Spark Connector to use
GRPC endpoint when reading data from Pinot.
As already documented, GRPC is more efficient when reading large amounts of
data, and this use case arises often when using Pinot Spark Connector.
New options are:
```
.option("useGrpcServer", "true")
.option("grpcPort", "8090")
```
- The option is disabled by default, so no backwards incompatibility issues
expected
- Documentation will be updated separately after some wider testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]