softwaremill / akka-vs-scalaz

63 stars 22 forks source link

Idiomatic ZIO solution? #2

Open jdegoes opened 6 years ago

jdegoes commented 6 years ago

@adamw

I wonder if you'd be interested in an idiomatic ZIO solution, which merely implements the web crawler, respecting constraints on business requirements. It would not use messages and possibly not use queues, at least in any significant way.

Could make an interesting part 4...

adamw commented 6 years ago

Sure, that sounds interesting! Would be great to see how an alternate implementation could look like

adamw commented 6 years ago

I've updated the code so that it compile with latest ZIO, if that would be of help :)

jdegoes commented 6 years ago

@adamw Thank you, it will help! Also we have published release version that are stable now instead of snapshot versions, as before. The latest is 0.2.6.

adamw commented 6 years ago

Yes, 0.2.6 is what the code is currently using