Spring Boot 批量接收消息
-
Spring Boot 中使用@KafkaListener并发批量接收消息的完整代码
kakfa是我们在项目开发中经常使用的消息中间件。由于它的写性能非常高,因此,经常会碰到读取Kafka消息队列时拥堵的情况。遇到这种情况时,有时我们不能直接清理整个topic,因为还有别的服务正在使用该topic。因此只[详细]
2023-02-21 10:26 分类:开发 Why am I losing sessions when running in StateServer mode?
I have checked the servers (Win Server 2003) application event logs for the following problem http://support.microsoft.com/kb/308097 which doesn\'t show up. It just appears that sessions drop randomly[详细]
2022-12-28 10:35 分类:问答