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

Some personal experiments with akka-stream and akka-http

Notifications You must be signed in to change notification settings

agemooij/stream-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😄

About

Some personal experiments with akka-stream and akka-http

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages