Spring Boot Data Rest 不支持响应式?

Spring Boot Data Rest don't support reactive?

因此,日志中出现了该错误

ERROR 15340 --- [nio-8086-exec-9] o.s.d.r.w.RepositoryRestExceptionHandler : 
reactor.core.publisher.FluxOnAssembly cannot be cast to java.lang.Iterable

通过spring初始化创建项目:Reactive web、data-rest、data-rest-hal-browser、reactive-mongodb。当我尝试使用 data-rest 路由器时出现错误。在我看来,这种情况发生了,因为 data-rest 不支持反应式。有人可以告诉我如何解决吗?

暂无,见票[DATAREST-933]