akka-blog-example icon indicating copy to clipboard operation
akka-blog-example copied to clipboard

Example on implementing a simple blog microservice using Akka and Scala

Results 4 akka-blog-example issues
Sort by recently updated
recently updated
newest added

As the title suggests there is an issue when executing the put request. Full stack trace `java.lang.ClassCastException: Cannot cast com.spr.blog.BlogEntity$PostUpdated to scala.util.Either at java.lang.Class.cast(Class.java:3369) at scala.concurrent.Future.$anonfun$mapTo$1(Future.scala:495) at scala.util.Success.$anonfun$map$1(Try.scala:251) at scala.util.Success.map(Try.scala:209)...

Hello, I am new to Event Sourcing and CQRS. In the example if i have a command which says merge two blog and make a new blow which constains all...

Hello , In the sample code sending events on event stream and persisting state is not in a single transaction , this may lead into missing events for upstream for...

First of all, I would like to thank you for the great blog post and code example! Second, I have followed many blog posts about Akka and event sourcing and...