Arnout Engelen

Results 692 comments of Arnout Engelen

Looks like we'd be in good company https://twitter.com/SethTisue/status/1502738456556064780

Did you see https://doc.akka.io/docs/akka-grpc/current/server/akka-http.html? Would that help?

You're correct that a limitation of the directive-based approach is that, in the directive, you don't have access to the marshalled request/response objects, only the 'unparsed' HTTP request/response. For the...

I'm sorry to leave this hanging, I hope to return to it later. In the mean time, it seems like the CI jobs weren't correctly triggered - could you update/push...

> I added some documentation to API docs and client details page. Looks great! > Ideally, I'd also like to add a code snippet in the details that shows how...

Good find! So I guess we should open a PR upstream to get that commit in there?

> Trusting the implementations in interop tests will remain stable and exercise each of the three possible 404 behaviors (200+12, 404 with payload, 404 without payload) is brittle and, instead,...

Interesting. It's convenient for the common case but if gradle doesn't provide a way to override this then a PR to remove it there (and document that each project has...

(this is now unlocked since #1119 is merged)

> Am I remembering this wrong, did we postpone documenting how to use Akka HTTP for the client for some reason? I don't recall any significant missing pieces, I think...