Nacos Native Image
Explore the difficulties and solutions we encountered when adapting GraalVM for Nacos and how to use and build Nacos Native Image by yourself.
3819 words
|
19 minutes
Debug GraalVM with GDB
2024-10-15
How to use GDB for breakpoint debugging on a GraalVM binary program.
4673 words
|
23 minutes
千万级大数据实时处理技术
借助于面向 RAM 的 Unsafe 与 FFM API 来取代远古框架 Hadoop 的大文本、多分片文件读取与处理能力。
9196 words
|
46 minutes
高并发IO系统的架构演变
当中心集群需要频繁地与边缘集群进行IO交互时,我们团队是如何思考并改进这套系统架构的。
4938 words
|
25 minutes
Kafka权重削峰
为了应对节假日期间出现的业务 QPS/TPS 飙升现象,我们团队是如何利用 Kafka 对消息传递与数据处理过程进行权重削峰的。
46 words
|
1 minutes
Composite Index
2023-12-27
After encountering issues related to composite indexes in the project, I delved into its concepts and principles and documented this learning process.
4 words
|
1 minutes
Logger为什么要再封装?
2023-08-22
从阿里 Java 开发手册中探讨为什么要求开发者对 Logger 再封装。
2301 words
|
12 minutes
ThreadLocal与ScopedValue
ThreadLocal 为什么导致内存泄漏,泄漏的是什么。后来的 ScopedValue 能否取代 ThreadLocal。
5350 words
|
27 minutes
1
2