-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Akka-http page is missing in Wiki #87
Comments
Nice catch, thank you. I will take care of it. Generally speaking, it should be used in the same way as Spray tooling from Scala. I do not know anyone who is interested in using it from Java, so there is no support for it yet. |
I'm interested :) I use akka-http from Java. |
Would love a scala page for akka-http.
I am not using actors explictly and bind like this:
|
@raam86 can you provide complete usage example with routes definition and wiring it with tracing support? |
@tonypizzicato my route looks like this:
make sure you return the correct types from the handle with function.
|
I am stuck as well.
for above route it requires an implicit |
https://github.com/levkhomich/akka-tracing/wiki
There is no page for akka-http. So it is not clear how to trace requests with akka-http and Java.
The text was updated successfully, but these errors were encountered: