From 83bdd04b1eb81c84153debab4a0945a6d52cc345 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 15 Apr 2024 20:59:42 +0200 Subject: [PATCH] make Akka version obvious (#300) --- docs/src/main/paradox/server/pekko-http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/paradox/server/pekko-http.md b/docs/src/main/paradox/server/pekko-http.md index 38d80690..a2e86f8c 100644 --- a/docs/src/main/paradox/server/pekko-http.md +++ b/docs/src/main/paradox/server/pekko-http.md @@ -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.