-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0 to master #9
Conversation
2.add the convert of ListProto to java List and MapProto to java Map 3.modify the uuid strategy 4.register highflip runtime oject 5.complete HighFlipService 6.add highflip.adaptor.service.properties
@@ -1,7 +1,7 @@ | |||
######################################################### | |||
# highflip adaptor | |||
######################################################### | |||
highflip.server.adaptor.path= | |||
highflip.server.adaptor.path=file:/Users/songtingyu/tmp/fate_adaptor/highflip-adaptor-fate-1.0.0-SNAPSHOT-jar-with-dependencies.jar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不要使用绝对路径或本地路径
Iterator<Highflip.TaskListResponse> response = Streams | ||
.stream(getEngine().listTask(request.getJobId())) | ||
.stream(getEngine().listTask(job.getBingingId())) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bindingid是不确定的,在server中不能参考此数值
@@ -559,6 +561,15 @@ message ConfigListResponse{ | |||
string key = 1; | |||
} | |||
|
|||
message GetServiceConfigResponse{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这块可以后面考虑收到config中,其它厂商是不一定有这个定义
No description provided.