Skip to content
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

Merged
merged 14 commits into from
Aug 9, 2023
Merged

2.0 to master #9

merged 14 commits into from
Aug 9, 2023

Conversation

TingSty
Copy link
Collaborator

@TingSty TingSty commented Aug 7, 2023

No description provided.

@@ -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
Copy link
Collaborator

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()))
Copy link
Collaborator

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{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这块可以后面考虑收到config中,其它厂商是不一定有这个定义

@chen-zhiyu chen-zhiyu merged commit 285f1bc into baidu:master Aug 9, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants