Skip to content

Commit

Permalink
make Akka version obvious (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Apr 15, 2024
1 parent aa55b81 commit 83bdd04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/paradox/server/pekko-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ java.util.NoSuchElementException: next on empty iterator

## Future work

For in-depth pekko-grpc/pekko-http integration we currently need to pass information from the Pekko HTTP route
For in-depth pekko-grpc/pekko-http integration, we currently need to pass information from the Pekko HTTP route
into the service implementation constructor, and construct a new Handler for each request.
This pattern is shown in an example above.

In the future we plan to provide a nicer API for this, for example we could pass the
Pekko HTTP attributes (introduced in 10.2.0) as Metadata when using the PowerApi.
Pekko HTTP attributes (introduced in Akka HTTP 10.2.0) as Metadata when using the PowerApi.

0 comments on commit 83bdd04

Please sign in to comment.