【发布时间】:2019-08-22 14:47:24
【问题描述】:
尝试将函数运行器部署到 scdf k8s 到流中
http --server.port=9001 | f-run: function-runner --function.className=com.example.functions.CharCounter --class-name=com.example.functions.CharCounter --location="maven://io.spring.sample:function-sample:jar:1.0.2" | log
我使用 function-runner-kafka 1.1.0.M1 创建了一个 docker 映像。
总是得到:
***************************
APPLICATION FAILED TO START
***************************
Description:
Binding to target org.springframework.cloud.stream.app.function.app.FunctionProperties@264f218 failed:
Property: function.className
Value: null
Reason: may not be empty
Action:
Update your application's configuration
在流定义中,如何将maven uri 设置为function-jar?
我想在 scdf k8s 中运行带有 jar 代码的函数运行程序
【问题讨论】: