[JAVA-4870] Create driver-kotlin-coroutine Created: 08/Feb/23 Updated: 28/Oct/23 Resolved: 30/Mar/23 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Kotlin |
| Affects Version/s: | None |
| Fix Version/s: | 4.10.0 |
| Type: | Improvement | Priority: | Unknown |
| Reporter: | Ross Lawley | Assignee: | Ross Lawley |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||
| Epic Link: | Improve Kotlin User Experience | ||||
| Quarter: | FY24Q1 | ||||
| Documentation Changes: | Needed | ||||
| Documentation Changes Summary: | 1. What would you like to communicate to the user about this feature? That there is a Kotlin wrapper of the Java driver using coroutines making Kotlin fully supported on the JVM. Note: Only target is the JVM and not other kotlin platforms. 2. Would you like the user to see examples of the syntax and/or executable code and its output? Similar to the sync driver |
||||
| Description |
|
A full API wrapping of the reactive streams driver Port KMongo coroutine / publisher bridging code. |
| Comments |
| Comment by Githook User [ 30/Mar/23 ] |
|
Author: {'name': 'Ross Lawley', 'email': 'ross.lawley@gmail.com', 'username': 'rozza'}Message: Initial driver-kotlin-coroutine implementation Wraps the driver-reactivestreams to provide a kotlin coroutine API In general a faithful wrapping of the reactivestreams driver but with coroutine
|