-
Notifications
You must be signed in to change notification settings - Fork 835
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
Add engine deprecation note #2856
Conversation
/cc @cliveseldon @RafalSkolasinski |
/test docs |
Wed Jan 20 16:34:13 UTC 2021 impatient try |
Wed Jan 20 16:34:23 UTC 2021 impatient try |
Wed Jan 20 16:34:24 UTC 2021 impatient try |
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.
Nice one, added few comments
doc/source/graph/svcorch.md
Outdated
The current default orchestrator in Go the "executor" does not return routing meta data in request calls. This is a [known issue](https://github.com/SeldonIO/seldon-core/issues/1823). |
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.
This was re-added recently but requires environmental variable to be set. Worth noting it here.
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.
This is the PR that added it again: #2723
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.
Just don't remember what was the environmental variable to set...
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.
Good spot @RafalSkolasinski ! Should I just remove that line?
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.
I would definitely make sure that this is documented somewhere around the orchestrator in a visible place as it was one of the blockers for ppl from moving to executor
.
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.
If it's no longer an issue, wouldn't it be better to remove it completely? Thinking of 2 or 3 versions ahead, wouldn't it be confusing for users to see a specific section for something that works?
Or is it the case that users require some guidance to use the routing metadata?
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.
I've now added a note on the routing metadata injection env var @RafalSkolasinski. Would be great to hear your thoughts!
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.
It looks perfect, nice one 👍
since Seldon Core `1.1`. | ||
|
||
For further details on the Java engine see previous versions of this page in the docs. |
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.
Worth adding direct link to previous release docs?
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.
To which one though? I'd leave it up to the user to choose the right version for their docs.
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.
I'd say last one that contained it. Though it's not mandatory.
/test docs |
Thu Jan 21 11:37:10 UTC 2021 impatient try |
Thu Jan 21 11:38:03 UTC 2021 impatient try |
Thu Jan 21 11:38:15 UTC 2021 impatient try |
/test docs |
Thu Jan 21 16:02:58 UTC 2021 impatient try |
Thu Jan 21 16:03:09 UTC 2021 impatient try |
Thu Jan 21 16:03:18 UTC 2021 impatient try |
Lookks good @RafalSkolasinski good to go? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RafalSkolasinski The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fri Jan 22 13:56:21 UTC 2021 impatient try |
Fri Jan 22 13:56:29 UTC 2021 impatient try |
What this PR does / why we need it:
Add note to docs about deprecation of Java engine.
Which issue(s) this PR fixes:
Fixes #2840
Special notes for your reviewer:
Does this PR introduce a user-facing change?: