spring-projects / spring-data-examples

Spring Data Example Projects
Apache License 2.0
5.17k stars 3.39k forks source link

Add example of Kotlin Coroutine and Reactive MongoDB mixture #680

Closed PikachuCacik closed 6 months ago

PikachuCacik commented 6 months ago

There seems to be no example of using the CoroutineCrudRepository. I am willing to take this issue since I am learning about the CoroutineCrudRespository.

mp911de commented 6 months ago

Have you seen https://github.com/spring-projects/spring-data-examples/blob/main/mongodb/kotlin/src/test/kotlin/example/springdata/mongodb/people/FlowAndCoroutinesTests.kt?

PikachuCacik commented 6 months ago

yup but isn't this for tests? I meant Webflux with coroutines for repository, controller, etc.

mp911de commented 6 months ago

Spring Data examples are focussed on Spring Data and not a general-purpose yard for all sorts of samples.