littlehorse-enterprises / littlehorse

This repository contains the code for the LittleHorse Server, Dashboard, CLI, and Java/Go/Python SDK's. Brought to you by LittleHorse Enterprises LLC
https://littlehorse.dev/
Other
112 stars 10 forks source link

feat(sdk-java): Support future stubs for async API requests #907

Closed eduwercamacaro closed 3 months ago

eduwercamacaro commented 3 months ago

Some clients require to send async requests to the server this is helpful for high throughput use cases, for instance, executing rpc RunWf() high number of requests per second.