igalshilman opened a new pull request #38: [FLINK-16290][http] Add validation to the HTTP endpoint schema URL: https://github.com/apache/flink-statefun/pull/38 This PR adds a check for the user supplied endpoint (in `module.yaml`) to be a uri with a schema, that is either `http` or `https`. Failing to do so, would cause a `NPE` at runtime due to the way okhttp`s `HttpUrl` handles URIs with a missing schema.
---------------------------------------------------------------- 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] With regards, Apache Git Services
