摘要:
http 429错误码 4. 429 Too Many Requests The 429 status code indicates that the user has sent too many requests in a given amount of time ("rate limiting" 阅读全文
摘要:
背景 在一次对数据进行统计的时候,需要对两张表进行关联,类似于这样的语句a left join b on a.id = b.id where b.name = xx。发现最终的结果和预期不一致,汇总之后的数据变少了。 一开始还比较费解,后面回过神来才发现,犯了一个低级的错误,就是在使用left jo 阅读全文
摘要:
背景 系统订单创建成功之后需要发送订单创建成功的消息,但是今天突然遇到了如下的报错 org.apache.rocketmq.client.exception.MQClientException: No route info of this topic, TopicTest See http://ro 阅读全文