hey folks, I couldn’t find info about this in the docs, but I’m implementing an API that’s semi-async, i.e. the client can specify that if the request completes within a particular timeout, the server can respond synchronously (i.e. the response to the “submit” request contains the content), or if it’s going to take longer than that, the server should continue processing the request in the background and return an ID that the client can poll on later… 🧵
Alex Cruise
12/21/2022, 10:28 PM
My current backend is JDBC so I know about wrapping code in