-
Updated
Mar 8, 2021 - Java
netty
Here are 1,170 public repositories matching this topic...
-
Updated
Apr 13, 2021 - Java
-
Updated
Apr 13, 2021 - Java
-
Updated
Apr 9, 2021 - Java
-
Updated
Mar 29, 2021
The Gatling Plugin does not work with Gradle 7.0, see:
❯ ./gradlew clean gatlingRun
> Task :perf-test:gatlingLogback FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':perf-test:gatlingLogback' (type 'LogbackConfigTask').
- Type 'LogbackConfigTask' property 'logbackConfigs' is missing an input or output annot
-
Updated
Apr 12, 2021 - Java
JSON Lines is another JSON serialization format that can send a stream of JSON data.
Currently, Armeria only supports JSON Text sequences format using [JsonTextSequences](https://github.com/line/armeria/blob/67c25e242e8604331bdd8696a97d26604eb114af/core/src/main/java/com/linecorp/armeria/server/streaming/JsonTextSequences.java
-
Updated
Apr 13, 2021 - Java
-
Updated
Mar 28, 2021 - Java
-
Updated
Feb 10, 2021
-
Updated
Apr 13, 2021 - Java
-
Updated
Apr 7, 2021 - Java
-
Updated
Jun 28, 2020
My following WebClient is working fine with internet connection but not through our proxy connection.
WebClient webClient = WebClient.builder()
.baseUrl("https://targetsite.com")
.build();
webClient.post()
.uri("/service/serviceName")
.body(BodyInserters.fromObject(reqData))
.retrieve()
.bodyToMono(WebServiceResponse.class)
Event though, the sam
-
Updated
Jan 18, 2021 - Java
-
Updated
Apr 9, 2021 - Java
Improve this page
Add a description, image, and links to the netty topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netty topic, visit your repo's landing page and select "manage topics."
这里的路由和server通信是否可以用一个长连接来维护更好