摘要: tick := time.NewTicker(4000 * time.Millisecond) select { case i := <-data2send: log.Println(i) s := convertMsg(i) producer.Produce(&kafka.Message{ Top 阅读全文
posted @ 2019-12-24 17:02 papering 阅读(410) 评论(0) 推荐(0) 编辑
摘要: https://juejin.im/post/5da40462f265da5baf410a11 阅读全文
posted @ 2019-12-24 11:41 papering 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 阿里云Redis开发规范-阿里云开发者社区 https://developer.aliyun.com/article/531067 https://mp.weixin.qq.com/s/UWE1Kx6teNs6g8jjdHnI0A 阿里云Redis开发规范 付磊-起扬 云效 2018-04-25 摘 阅读全文
posted @ 2019-12-24 11:40 papering 阅读(659) 评论(0) 推荐(0) 编辑