Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 675 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 675 Bytes

License

Some experiments with akka-stream and akka-http

This repository contains some personal experiments with the akka-http client APIs and akka-stream, mostly to learn how to think in streams and how to solve some non-trivial problems I had previously solved in Spray.

Experiments:

  • a very basic load balancing http client
  • a very basic long polling http client
    • a Consul API watcher using long polling, unmarshalling, and stream change detection.

Feel free to use this code any way you want. This includes using it as an example of what not to do 😄