Search code examples
javaspringrestreactive-programmingspring-data-rest

Spring Boot Data Rest don't support reactive?


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?


Solution

  • No yet, see the ticket [DATAREST-933]