A set of DDD-friendly tools for the JVM, simplifying reactive, event-driven, and microservices architectures.
vlingo-micronaut
is building due to my README tweak.
The build succeeded. I merged the PR. I have also created a Bintray artifact package. If we can run the build again with the deploy steps based on another repo that is copying to Bintray and the artifact gets deployed/copied then I can request a new Sonatype/Central artifact.
https://bintray.com/vlingo/vlingo-platform-java/vlingo-micronaut
.travis.yml
to copy the artifact to Bintray.
@/all We have a news piece on InfoQ:
The vlingo/PLATFORM JVM and team are in the news on InfoQ regarding:
Reactive Foundation charter member
Blog post and recent work by @kbastani on vlingo/zoom.
Features available on version 0.9.1-RC2
.NET edition
How to contribute
https://www.infoq.com/news/2019/11/vlingo-reactive-foundation/
The vlingo/PLATFORM 0.9.1-RC2 is released.
P.S. regarding snapshots. probably, no luck with github repo either:
Note: GitHub Packages does not support SNAPSHOT versions of Apache Maven. Make sure you disable SNAPHOT in your ~/.m2/settings.xml file.
https://help.github.com/en/github/managing-packages-with-github-packages/configuring-apache-maven-for-use-with-github-packages
@shafqatevo Good questions.
Some may argue that there is a non-blocking web server or streams available in their solutions, but these only address a limited number of potential thread blockers. Since the vlingo/PLATFORM is entirely implemented on the actor foundation, it avoids blocking at all possible points.
@VaughnVernon thanks for the answers!
It'll be very interesting to see a performance benchmark under load for a real life application like https://github.com/gothinkster/realworld for Vlingo vs Axon vs Lagom. I do acknowledge that performance is just one aspect and in most other aspects Vlingo, to me, is a clear leader with a great vision in this space.