Blog Posts

Recent posts

Zookeeper - znode types

less than 1 minute read

Zookeeper has a znode to describe the hierarchical accessing data such as kafka/node001

Rust - Tower library

less than 1 minute read

Rust Tower library provides an abstraction mechanism for network communication with asynchronous request/response. In Rust, in order to define the trait with...