igalshilman commented on pull request #110: URL: https://github.com/apache/flink-statefun/pull/110#issuecomment-630483536
Hi @slinkydeveloper, I've been investigating this and came up with a working solution: 1) basically we need to wrap the `AFUnixSocket` with a `Socket` and delegate selected operations. We can skip the socket option configuration because we set a timeout for the entire request. 2) we need to provide a Dns resolver that basically returns the same `InetAddress`. I was able to do it, on top of your PR. would you like me to complete this over my branch or would you like to continue working on that? ---------------------------------------------------------------- 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: [email protected]
