Skip to content

2.4.1

Compare
Choose a tag to compare
@splittingred splittingred released this 07 Aug 19:29
· 238 commits to main since this release
  • Safer configuration of GRPC::RpcServer. From now on, use Gruf.rpc_server_options for the params
    to be sent to GPRC::RpcServer. Also provide sane defaults for params for GRPC::RpcServer. [#55]
  • Added ability to monitor RESOURCE_EXHAUSTED and UNIMPLEMENTED. By setting event_listener_proc in the Gruf configuration, you will receive a callback when these events occur. The parameter to your callback will be a symbol (:thread_pool_exhausted or :unimplemented). Others may be added in the future.