Skip to content
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

feat: propagate FTL headers through kotlin-runtime #338

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Conversation

alecthomas
Copy link
Collaborator

@alecthomas alecthomas commented Aug 30, 2023

As part of this, switched to using plain gRPC for client calls (rather than okhttp).

Also switched to using bit for builds in scripts. Bit has much better
dependency specificiation than make so, for example, when repeatedly
running integration tests, it won't constantly rebuild the JARs.

echo-trace

@alecthomas alecthomas force-pushed the aat/kt-headers branch 2 times, most recently from e7f89d5 to 508606e Compare August 30, 2023 10:20
There's some weirdness at play, in that the client uses okhttp3, and the
server uses grpc.io. This appears to be how Wire works, but there's
basically zero documentation so I can't be sure.

Also switched to using bit for builds in scripts. Bit has much better
dependency specificiation than make so, for example, when repeatedly
running integration tests, it won't constantly rebuild the JARs.
@alecthomas alecthomas merged commit 13914eb into main Sep 15, 2023
@alecthomas alecthomas deleted the aat/kt-headers branch September 15, 2023 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants