slinkydeveloper opened a new pull request #110:
URL: https://github.com/apache/flink-statefun/pull/110


   Hi all,
   This pr implements https://issues.apache.org/jira/browse/FLINK-17611 .
   
   To enable a unix domain socket connection in a remote module, use `uds` 
field:
   
   ```
         - function:
             meta:
               kind: http
               type: com.bar/world
             spec:
               endpoint: /statefun
               uds: /hello/world.sock
               states:
                 - seen_count
               maxNumBatchRequests: 10000
   ```
   
   `uds` field defines the file name, endpoint the path
   
   I'm wondering, I test only the module parsing, is there any way to add an 
integration test here? If yes, should i do that in this pr or in a follow up?


----------------------------------------------------------------
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


Reply via email to