暂时未有相关云产品技术能力~
暂无个人介绍
Apache Kafka-消息丢失分析 及 ACK机制探究
Apache Kafka-消费端_顺序消费的实现
Apache Kafka-通过concurrency实现并发消费
Apache Kafka-消费端消费重试和死信队列
Apache Kafka-通过设置Consumer Group实现广播模式
Apache Kafka-消费端_批量消费消息的核心参数及功能实现
Apache Kafka-生产者_批量发送消息的核心参数及功能实现
Apache Kafka-SpringBoot整合Kafka发送复杂对象
Apache Kafka-生产消费基础篇
Apache Kafka-CMAK(kafka manager)安装部署使用
Redis - RedisTemplate及4种序列化方式深入解读
Redis - Spring Data Redis 操作 Jedis 、Lettuce 、 Redisson
Spring Session - 源码解读
Spring Session - 使用Spring Session从零到一构建分布式session
Spring Session - Cookie VS Session VS Token 以及 Session不一致问题的N种解决方案
OS - 计算机组成原理及CPU主频揭秘
Elasticsearch-circuit_breaking_exception [parent] Data too large, data for [<http_request>]
OS - 计算机基本组成
OS - MMAP初探
Java - 从文件压缩聊一聊I/O一二事
Netty - I/O模型之NIO
Apache Kafka-使用Kafak Tool 查看Kafka中的数据
Keepalived - Keepalived 实现 tomcat双机热备(抢占式)
Apache ZooKeeper -从初始化到对外提供服务的过程解析( 集群模式 )
Apache ZooKeeper -从初始化到对外提供服务的过程解析( 单机模式 )
Apache ZooKeeper - ZK的数据和文件
Apache ZooKeeper - 集群中 Observer 的作用以及 与 Follow 的区别
Apache ZooKeeper - 集群中 Follow 的作用_非事务请求的处理与 Leader 的选举分析
Apache ZooKeeper - 集群中 Leader 的作用_事务的请求处理与调度分析
Apache ZooKeeper - ZooKeeper 集群中 Leader 与 Follower 的数据同步策略
Apache ZooKeeper - Leader 选举 如何保证分布式数据的一致性
Apache ZooKeeper - 线上系统日志清理
Apache ZooKeeper - FourLetterCommands运维命令
Apache ZooKeeper - JMX监控 ZooKeeper 的运行状态
leetcode - two-sum
Apache ZooKeeper - 选举Leader源码流程深度解析
Apache ZooKeeper - Leader Election使用场景
Apache ZooKeeper - Watch 机制的底层原理
Apache ZooKeeper - ZooKeeper 数据模型回顾
Apache ZooKeeper - 使用原生的API操作ZK_ACL权限
Apache ZooKeeper - 高可用ZK集群模式搭建与运维
Apache ZooKeeper - 使用Apache Curator操作ZK
Apache ZooKeeper - 使用源码启动ZK集群模式
Apache ZooKeeper - 使用原生的API操作ZK
Apache ZooKeeper - ZK的内存数据 + 持久化事务日志 + 数据快照 初探
Apache ZooKeeper - ZK的ACL权限控制( Access Control List )
Apache ZooKeeper - 事件监听机制详解
Apache ZooKeeper - 节点实操常用zookeeper命令
Apache ZooKeeper - ZK的基本特性与节点&应用场景一览
Redis进阶 - 如何避免Redis集群脑裂?