Tags: YulawOne/zio
Tags
Add ZIO production ready microservice example (zio#3703) So I wanted to try out how well one can write a production ready microservice using ZIO and current ecosystem. Code is pretty much done but will see some improvements over time (integration with tranzactio to also show how to combine several db effects in one transaction, but especially documentation). After writing it I noticed there are some example that are somewhat similar in libraries but mine goes a bit further by: - Having unit tests with properly mocked dependencies with zio-mock - Having integration tests with some maybe interesting things going on - Full blown microservice with proper client error handling / healthcheck etc - Full usage of tapir (ztapir) and sttp (integration with third-party http service). - zio-logging Let me know your thoughts. And feedback. :)))
ZStream bugfixes (zio#3633) * Remove redundant finalizer application in ZManaged.switchable * Close stream resources properly in ZStream#catchAllCause * Inline some of ZStream#flatMap * Use an isolated ReleaseMap for ZStream.managed * fmt * Fix Dotty compilation
PreviousNext