Spring Boot Data Rest don't support reactive?

2019-09-14 06:35发布

So, that error got in log

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

Create a project by spring initialize: Reactive web, data-rest, data-rest-hal-browser, reactive-mongodb. When i try using data-rest router's i got error. In my opinion that happen, cuz data-rest don't support reactive. Can someone told how fix that?

1条回答
何必那么认真
2楼-- · 2019-09-14 07:06

No yet, see the ticket [DATAREST-933]

查看更多
登录 后发表回答