Broker GRPC API
Enable GRPC query entrypoint in broker
pinot.broker.grpc.port=8010pinot.broker.grpc.tls.enabled=true
pinot.broker.grpc.tls.port=8020
// Server side TLS is used. The client does not present a certificate.
// The server only verifies the client’s connection via its own certificate and doesn’t validate the client’s identity via TLS.
// Common in public APIs, where only the server needs to be trusted.
pinot.broker.grpctls.client.auth.enabled=false
// Config TLS keystore and truststore
pinot.broker.grpctls.keystore.path=/home/pinot/tls-store/keystore-internal.jks
pinot.broker.grpctls.keystore.password=changeit
pinot.broker.grpctls.keystore.type=JKS
pinot.broker.grpctls.truststore.path=/home/pinot/tls-store/truststore.jks
pinot.broker.grpctls.truststore.password=changeit
pinot.broker.grpctls.truststore.type=JKSBroker GRPC Clients
Java Grpc Client
JDBC Grpc Client
Client Configurations
Benchmark
Compression
CompressionType
Compression Ratio
Response Latency(ms)
Latency Ratio
Block Size
BlockRowSize
Compression Ratio
Avg Latency(ms)
Encoding
BlockRowSize
Encoding
Compression
Avg Latency(ms)
Bytes
Compression Ratio
Last updated
Was this helpful?

