-
Updated
Jun 10, 2020 - Java
gateway
Here are 971 public repositories matching this topic...
-
Updated
Jun 19, 2020 - Go
-
Updated
Aug 18, 2020 - Java
-
Updated
Jul 28, 2020 - Go
Is your feature request related to a problem? Please describe.
As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.
Describe the solution you'd like
We should provide some sanity checking to prevent unintended timeout behavior.
-
Updated
Aug 24, 2020 - C++
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Aug 20, 2020 - Java
-
Updated
Jul 31, 2019 - JavaScript
-
Updated
Aug 11, 2020 - Java
-
Updated
Jul 30, 2020 - PHP
-
Updated
Aug 4, 2020 - Go
-
Updated
Aug 21, 2020 - Python
-
Updated
Aug 24, 2020 - Java
-
Updated
Apr 21, 2020 - Elixir
Part of the larger umbrella issue this issue will track adding typing hints to the primary application files - enterprisegatewayapp.py and mixins.py.
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 24, 2020 - Java
-
Updated
Jul 9, 2020 - Lua
-
Updated
Jun 3, 2020 - C#
-
Updated
Oct 14, 2019 - Elixir
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
May 26, 2020 - Go
-
Updated
Nov 8, 2017
Improve this page
Add a description, image, and links to the gateway topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gateway topic, visit your repo's landing page and select "manage topics."
In our codebase, we push
RequestContextand immediately run some code with try-with-resources.For example:
If
RequestContextprovidesrun(Runnable)orcall(Callable)we can reduce boilerplate code and simplify it.This is inspired by g