How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Blog: Kitex Release v0.14.0

calendar_today June 25, 2025 person domain kitex

Introduction to Key Changes New Features Generic Call: The generic Client supports streaming calls, allowing a single Client to handle both streaming and non-streaming scenarios It supports streaming generic calls, adapting to gRPC/TTHeader Streaming and supporting map/JSON and Protobuf binary generic calls. A brief code example is as follows: cli , err := genericclient . NewClient ( “actualServiceName” , g ) // Ping-Pong generic resp , err := cli .

open_in_new Read original post