cloudstateio / kotlin-support

Cloudstate Kotlin Support
https://cloudstate.io/docs/user/lang/kotlin/index.html
Apache License 2.0
8 stars 5 forks source link

Add pure Kotlin EventSourcedEntityFactory, EntityHandler and ResolvedEntityFactory implementations #26

Closed sleipnir closed 4 years ago

sleipnir commented 4 years ago

It partially solves the issue https://github.com/cloudstateio/kotlin-support/issues/6 and allows new handlers to be created in the future without depending on the Scala handlers. Eliminates the need for Bytebuddy for EventSourced entities

sleipnir commented 4 years ago

@vkorenev do you want to take a look at this PR? I find it interesting to merge this before your PR to facilitate the merge

sleipnir commented 4 years ago

Thanks @vkorenev