nathantalewis opened a new pull request #17: URL: https://github.com/apache/flink-statefun-playground/pull/17
Some minor typos and a mysteriously missing `type:` for `transport:` were preventing the Kubernetes example from working. According to the documentation at https://nightlies.apache.org/flink/flink-statefun-docs-master/docs/modules/http-endpoint/#transport: > If not specified, by default, Stateful Functions uses OkHttp. But instead it was throwing: `MissingKeyException: missing key /type`. By explicitly adding the `type:` value, it no longer throws the exception. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
