gy0801151351

Results 5 comments of gy0801151351

可能我没说清楚,我的情况是,你的这个项目,用spring boot mvc可以正常启动,用spring boot webflux 就启动报错。就是springboot 2.0,把容器由tomcat的servlet替换为tomcat的reactive。因为我现在的项目是用spring boot webflux, 所以希望能找到一个能支持这种框架的测试和文档工具.

I can re-produce this issue on Windows following these steps: 1. consume a queue. 2. send Ctrl+C to console. ![图片](https://github.com/amqp-rs/lapin/assets/16450354/5f9a5fea-e3ca-4716-8486-9289d1df402f)

能不能支持给每个 Command 配置添加一个标题? 每条updoad配置的Command多了之后, 容易不太记得哪条Command是干嘛的, 得点进去看Command详情了才清楚, 时间久了容易忘记. 如果能支持给每个Command配置一个标题就好了, 这样方便记忆.

> sort by is only supported on numerical fields. Why do you want to sort by text field? Because my source data is from MongoDB. Its id field is ObjectId...

Because tantivy has its own docId field, and tantivy's interface does not provide a save method (override by query). This leads to the confusion of query results in concurrent testing...