Summary

Hopefully, at this point, you have a good understanding of Akka HTTP and what you can do with it. You should know how the low-level server-side API leverages Akka Streams to support a back-pressure-aware HTTP server. You should also have a good understanding of how the high-level server-side API works on top of the low-level API, allowing you to build and compose complex route combinations with the routing DSL. If you need to consume those server-side RESTful APIs, then you know how to do so via Akka HTTP's outbound HTTP-handling API. This includes knowing which connection model to use for specific situations.

In the grand scheme of the bookstore refactor, this chapter may not have seemed very important in our plan to build a more scalable ...

Get Mastering Akka now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.