GH-1245 Add initial proxy support

This feature woudl allow request to be proxied to additional targets such as grpc, rsocket etc.

Resolves #1245
This commit is contained in:
Oleg Zhurakousky
2025-03-11 16:49:34 +01:00
parent 1234a94737
commit ef9c2462c4
5 changed files with 69 additions and 31 deletions

View File

@@ -60,6 +60,11 @@ public class FunctionProperties implements EnvironmentAware, ApplicationContextA
*/
public final static String FUNCTION_DEFINITION = PREFIX + ".definition";
/**
* Key for the proxy name.
*/
public final static String PROXY = "proxy";
/**
* Definition of the function to be used. This could be function name (e.g., 'myFunction')
* or function composition definition (e.g., 'myFunction|yourFunction')