Has anyone here found any nice event sourcing fram...
# server
g
Has anyone here found any nice event sourcing framework in kotlin?
s
found some work in progress axon-kotlin. Out of curiosity why plain axon does not work for you?
d
I found this pretty straight forward! https://github.com/halcyxn/kotlin-events
But when you use ktor for your application, you can use their build in event sourcing implementation.
👍 2
g
@Sergey Bondari more because it’s always fun to learn and it would be interesting to see how a framework built in kotlin would use all the nice sugar you have, I could see a lot of cases where kotlins mechanisms would be awesome in doing an es framwork. You are correct though, it’s not a problem for me to use Lagom or Axon 🙂