@AZcoding
阿志 暂无简介
a efficient tool helps organizing your files ! https://github.com/arczhi/tidy
mysql数据同步elasticsearch demo 1. canal中间件监听mysql binlog变化 2. 将变更的数据库字段和值整合成消息,写入kafka 3. 从kafka中读取消息,进行字段映射,写入elasticsearch的索引
DDD pratice 领域驱动设计实践
go协程池 goroutine pool 使用channel和标准库sync提高任务处理能力 Improve task processing power using channel and the standard library sync