Friday, November 05, 2021 in Kitex
Improvement: Use shard rings to reduce lock overhead in connpool. Fill upstream information to rpcinfo from TTheader, for printing useful log when decode error happened. Move unlink uds operation to CreateListener. Replace sync.Mutex by sync.RWMutex …
Sunday, September 26, 2021 in Kitex
Feature: Add default ErrorHandler to wrap remote error when no ErrorHandler is specified. Backward metainfo is supported. JSON generic call is supported. Usage guide: link. Improvement: Use new netpoll API to improve throughput and reduce latency …
Thursday, August 26, 2021 in Kitex
Improvement: Make transMetaHandler executed before customized boundHandlers to ensure the customized boundHandlers could get metainfo. TransError uses internal error typeID if exist. Bugfix: Not reset stats level when clear RPCInfo in netpollmux …
Sunday, August 01, 2021 in Kitex
Bugfix: Prevent connection pool from being overridden.
Friday, July 30, 2021 in Kitex
Improvement: Kitex now disables all stats to improve performance when no tracer is provided. The Kitex client now will reuse connections by default. Bugfix: A nil-pointer bug in lbcache has been fixed. A data-race issue in the retry(backup …