Class GrpcDataSourcePlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.xpack.esql.datasource.grpc.GrpcDataSourcePlugin
All Implemented Interfaces:
Closeable, AutoCloseable, DataSourcePlugin

public class GrpcDataSourcePlugin extends Plugin implements DataSourcePlugin
Registers the Arrow Flight connector for ESQL. Handles flight:// and grpc:// URIs for columnar data streaming via gRPC.