kezhenxu94Apache SkyWalking 8.4: Logs, VM Monitoring, and Dynamic Configurations at Agent SideThe Apache SkyWalking team today announced the 8.4 release is generally available. This release fills the gap between all previous…Feb 5, 2021Feb 5, 2021
kezhenxu94Observe Service Mesh with Apache SkyWalking and Envoy Access Log ServiceApache SkyWalking: an APM (application performance monitor) system, especially designed for microservices, cloud native, and…Dec 3, 2020Dec 3, 2020
kezhenxu94In the previous post, we already have an EchoServer that is implemented with Java NIO; Let's check…All the IO operations (accept, read, write) are done when ready; there's no need to wait synchronously;Jan 20, 2020Jan 20, 2020
kezhenxu94Spring Boot GraphQL Quick Start TemplateThis is a minimal yet complete and runnable project that gets you quickly start to build a project with GraphQL.May 11, 2019May 11, 2019
kezhenxu94Build Your Own Netty — Move to NIOIn the previous post, we’ve implemented an Echo Server by the Blocking I/O (BIO) library and discussed some of the disadvantages of BIO:Apr 14, 20191Apr 14, 20191
kezhenxu94Build Your Own Netty — ForewordWhat is Netty? Why do we want to build it ourselvesApr 2, 2019Apr 2, 2019
kezhenxu94Build Your Own Netty — Start from BIOIn this article, we will implement an Echo Server by the Java Blocking I/O library.Apr 2, 2019Apr 2, 2019
kezhenxu94YASA — Yet Another Solr AdminYASA is another Solr Admin built on VueJS and ECharts, greatly inspired by Kibana, which is a visualization tool for Elasticsearch. YASA…Aug 23, 2018Aug 23, 2018
kezhenxu94How to build your own cache, in KotlinThis story was originally posted on GitHub: https://github.com/kezhenxu94/cache-liteJun 9, 20181Jun 9, 20181
kezhenxu94EnumSet — A Special SetEnumSet is a specialized implementation of java.util.Set, as its name implies, it is designed for use with Enums; so what’s the difference…Apr 12, 2018Apr 12, 2018