-
Updated
Oct 1, 2021 - C++
thrift
Here are 358 public repositories matching this topic...
If a user performs a blocking task in decorator chains or services, they have to 1) submit a task to a blocking task executor,
2) pass the result to a CompletableFuture and 3) wrap the CompletableFuture with HttpResponse.from().
sb.serviceUnder("/web", service.decorate((delegate, ctx, req) -> {
CompletableFuture<HttpResponse> future = new CompletableFuture<>();
ctx.bl-
Updated
Oct 1, 2021 - Scala
-
Updated
Dec 9, 2018 - Python
Describe the proposal
When a SparkConf is invalid for launching our engines, it is better to fail fast instead of waiting for Spark to check while engine bootstrapping.
Motivation
- Save time to create an invalid
Unused imports are included in the headers of generated files causing 2.12 builds with the default -Yfatal-warnings` setting to fail (unless the correct linting options are unset)
Expected behavior
Scrooge generates files with headers including only the imports the current file needs.
Actual behavior
Scrooge generates import statements for classes that are never used.
St
-
Updated
Nov 2, 2020 - Go
-
Updated
Jan 28, 2020 - C++
-
Updated
Sep 30, 2021 - C#
-
Updated
Sep 23, 2021 - Java
-
Updated
Mar 24, 2017 - Java
-
Updated
Sep 1, 2021 - Go
-
Updated
Oct 1, 2021 - Go
-
Updated
Jan 14, 2021 - Go
-
Updated
Sep 30, 2021 - C#
-
Updated
Feb 2, 2017 - Erlang
-
Updated
Sep 27, 2021 - Go
-
Updated
Dec 5, 2019 - Python
Improve this page
Add a description, image, and links to the thrift topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the thrift topic, visit your repo's landing page and select "manage topics."
The MinSendBackupAfterMs is now set to 1 ms. Unfortunately this causes backup requests to be send when there is low load. It would be useful if we could set the minimum a little bit higher for certain endpoints.