grpc-crash-course/ ├── protos/ # Protocol Buffer definitions │ └── user.proto # User service proto definition ├── services/ # gRPC service implementations │ └── user_service.py # UserService ...
A gRPC connector for the Flink Table API that allows pulling data from gRPC services. The primary use case for the gRPC connector is to be used in a Lookup Join for hydrating data streams. CREATE ...