DataOrchestration

💠 数据协作 1.1. DolphinScheduler 1.2. Argo 1.3. Airflow 其他 2.1. Azkaban 2.2. nifi 💠 2024-10-21 15:37:17 数据协作 What is Data Orchestration & Why It’s Essential for Analysis DolphinScheduler Github Youtube DolphinScheduler 是国内易观数据公司在2018年开源,2019年进入Apac

DataIntegration

💠 Data Integration Datax 2.1. 使用 2.1.1. Tips 2.2. 设计 2.3. 组件 2.3.1. Reader 2.3.2. Writer SeaTunnel FlinkX ChunJun Flink CDC Tapdata Kettle 💠 2024-11-20 19:35:19 Data Integration 数据集成 大数据ETL工具对比——SeaTunnel、DataX、Sqoop、F

APM

💠 APM 1.1. OpenTelemetry 1.2. SkyWalking 1.3. Sentry 1.4. CAT 采集客户端 Monitoring 3.1. Prometheus 💠 2024-11-11 11:02:40 APM Application performance Management 分布式链路追踪,技术或业务指标监控告警 核心为 可观测性(Observability) 监测(M

WebFlux

💠 WebFlux 💠 2024-03-14 21:28:14 WebFlux Official Doc 相较于传统的SpringMVC框架体系,最大的区别在于全链路的无阻塞的事件驱动注意数据库驱动层还不够阻塞驱动成熟 相关博客: w

Practice

💠 问题实践 1.1. IDEA调优 1.2. FD泄漏: Unable to Open Socket File 1.2.1. 查找JVMSocket泄漏 💠 2024-11-18 14:31:55 问题实践 IDEA调优 1 2 3 4 5 6 7 8 9 10 11 -server -Xms1700m # 最小堆 -Xmx1700m # 最

JavaOOM

💠 OOM 1.1. 简单案例 1.2. Heap space OOM 1.3. Metaspace OOM 1.4. Compressed Class Space OOM 1.5. Direct Memory OOM 1.6. GC overhead limit exceeded 分析 💠 2024-11-18 14:31:55 OOM 注意OOM并不代表Java进程一定会退出,如果导致OOM的地方能被cat

LinuxUI

💠 GUI 1.1. Display Manager 1.2. Window Manager 1.3. Desktop environment UI 2.1. Font 2.1.1. 字体渲染 2.2. Theme 2.3. Icon 2.4. Terminal 2.4.1. 彩色输出 2.4.1.1. ls配置彩色输出 💠 2024-10-15 09:56:12 GUI GUI Under Linux | Baeldung on Linux Display Manager LightDM Computer instantly wakes after suspending sudo systemctl restart display-manager Window Manager xfwm4 XFCE4 compiz Desktop environment Desktop

OKHTTP

💠 OKHTTP 💠 2024-06-17 19:57:32 OKHTTP Official Site https://square.github.io/okhttp/ https://square.github.io/okhttp/calls/ https://blog.csdn.net/sinat_36553913/article/details/104054028 https://blog.csdn.net/sinat_36553913/article/details/104054160 https://www.jianshu.com/p/da5c303d1df4?tdsourcetag=s_pcqq_aiomsg https://blog.csdn.net/hdu2013/article/details/109229625 https://zhuanlan.zhihu.com/p/116777864 https://www.jianshu.com/p/f038d2438fcf https://www.jianshu.com/p/132733115f95 https://www.jianshu.com/p/d7eced552553 核心源码流程 okhttp3.Dispatcher 异步请求调度 okhttp3.internal.connection.RealConnectionPool TCP连接池 okhttp3.ConnectionPool