Skip to content

Coroutines based database-vertx implementation #106

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

DmitrySadchikov
Copy link
Contributor

@DmitrySadchikov DmitrySadchikov commented Mar 25, 2023

The implementation of the database-vertx module, which is based on Kotlin's coroutines, instead of reactor classes. Kora context is saved and obtained exclusively through CoroutineContext.

Bug fixes:

  • In Context.Kotlin.inject method, kora context injection was added to CoroutineContext. Because of this bug, Context.Kotlin.current method always returned a new empty context.

@DmitrySadchikov DmitrySadchikov force-pushed the database-vertx-coroutines branch 3 times, most recently from fdda87f to 4a61a08 Compare March 25, 2023 21:03
@GoodforGod GoodforGod added the new feature New feature label Jul 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants