Posts in 2021
-
Release v0.0.5
Sunday, September 26, 2021 in Kitex
Projects:
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 …
-
Performance Optimization on Kitex
Thursday, September 23, 2021 in News
Projects:
Preface Kitex is the next generation high-performance and extensible Go RPC framework developed by ByteDance Service Framework Team. Compared with other RPC frameworks, in addition to its rich features for service governance, it has the following …
-
Release v0.0.4
Thursday, September 16, 2021 in Netpoll
Projects:
Improvement: Support TCP_NODELAY by default Read && write in a single loop Return real error for nocopy rw Change default number of loops policy Redefine EventLoop.Serve arg: Listener -> net.Listener Add API to DisableGopool Remove …
-
CloudWeGo Open Source Announcement
Monday, September 13, 2021 in News
Projects:
Background ByteDance is proud to announce the launch of open source software CloudWeGo. Focusing on microservice communication and governance, it offers high performance, strong extensibility, and high reliability which enables quick construction of …
-
Release v0.0.4
Thursday, August 26, 2021 in Kitex
Projects:
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 …
-
Release v0.0.3
Sunday, August 01, 2021 in Kitex
Projects:
Bugfix: Prevent connection pool from being overridden.
-
Release v0.0.2
Friday, July 30, 2021 in Kitex
Projects:
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 …
Posts in 2020
-
ByteDance Practices on Go Network Library
Sunday, May 24, 2020 in News
Projects:
This article is excerpted from the ByteDance Architecture Practice series. “ByteDance Architecture Practice” is a series of articles produced by the technical teams and experts from the ByteDance Architecture Team, to share the …