igalshilman opened a new pull request #18: [FLINK-15955] Split RemoteFunction 
into gRPC/HTTP
URL: https://github.com/apache/flink-statefun/pull/18
 
 
   This PR splits the RemoteFunction into two separate remote functions (gRPC 
and HTTP).
   Following this PR, users can specify remote functions in the following way:
   ```
   ...
   spec:
       functions:
         - function:
             meta:
               kind: grpc
               type: com.example/hello
             spec:
               host: localhost
               port: 5000
         - function:
             meta:
               kind: http
               type: com.foo/world
             spec:
               endpoint: localhost:5959/api/v1/statefun
   ``` 
   
   Please note that the function implementations would come in separate PRs,
   and at the moment specifying these functions would throw an 
`UnSupportedOperationException`.
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to