Releases: siddhi-io/siddhi-io-grpc
Siddhi IO gRPC Release 1.0.0
3 major improvements by changing the architecture of grpc sources to subscriber model to a grpc server class; add thread pool to handover requests received at the server; make consume rpc a streaming rpc
Bug Fixes
No bug fixes.
Features & Improvements
Make different streams be able to listen on the same port as long as their server configurations are the same
Make source non-blocking and listen to requests even when a previous request is being processed
Improve performance of consume sink - 'grpc'
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi IO gRPC Release 1.0.0-Beta
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi IO gRPC 1.0.0-beta is the first preview release of Siddhi gRpc IO extension. It is an extension to Siddhi that receives and publishes events via gRPC protocol, calls external services, and serves incoming requests and provide responses.
Please refer official documentation
Download
Download the release from here