python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Java Spring WebClient - send multiple http requests using requests one after another using HTTP2
Small question on how to send multiple requests using a Java Spring WebClient to a HTTP2 enabled server, leveraging HTTP2 as client please.
I have a Java List/Iterator of payloads I need to send one a...
PatPanda
Votes: 0
Answers: 0
Kotlin JobCancellationException in Spring REST Client with async call
From time to time Spring REST function fails with: "kotlinx.coroutines.JobCancellationException: MonoCoroutine was cancelled".
It is suspend function which calls another service using spring...
Renata
Votes: 0
Answers: 0
Netty Webclient memory leak in spring boot
Hi all we are seeing app crash under heavy load when we analyze our heap dump major memory is taken by netty below the following leak suspect
218,618,256 bytes (63.15 %) of Java heap is used by 24 ins...
Nisarg Bhagavantanavar
Votes: 0
Answers: 1
Domain Sockets with Spring boot & Netty
I am trying to use Unix Domain sockets with Spring boot ver. 2.6.4 on Windows 10. Here is the code for a simple server that I am trying to bootstrap
@SpringBootApplication
public class UdsApplicat...
sdeep-de
Votes: 0
Answers: 1