-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Web console: Fix the supervisor offset reset dialog. #16298
Web console: Fix the supervisor offset reset dialog. #16298
Conversation
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.
Left a few suggestions.
Co-authored-by: Katya Macedo <[email protected]>
Co-authored-by: Katya Macedo <[email protected]>
Co-authored-by: Katya Macedo <[email protected]>
</p> | ||
<p> | ||
You can configure the exact offsets that the supervisor will read from using | ||
the Actions menu on the Supervisors tab. the action menu on the Supervisor tab |
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.
the Actions menu on the Supervisors tab. the action menu on the Supervisor tab | |
the Actions menu on the Supervisors tab. |
<p> | ||
You can configure the exact offsets that the supervisor will read from using | ||
the Actions menu on the Supervisors tab. the action menu on the Supervisor tab | ||
after submitting a supervisor in a suspended state. |
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.
after submitting a supervisor in a suspended state. |
<p> | ||
Creating a supervisor in a suspended state can be helpful if you are not yet | ||
ready to begin ingesting data or if you prefer to configure the supervisor's | ||
metadata before submitting it. inserting data yet or if you want to precisely |
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.
metadata before submitting it. inserting data yet or if you want to precisely | |
metadata before submitting it. |
Creating a supervisor in a suspended state can be helpful if you are not yet | ||
ready to begin ingesting data or if you prefer to configure the supervisor's | ||
metadata before submitting it. inserting data yet or if you want to precisely | ||
configure the metadata for the supervisor before starting it. |
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.
configure the metadata for the supervisor before starting it. |
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.
@vogievetsky The original text didn't get removed after you committed my suggestions.
Ok got it! |
fixes the dialog implemented here #14863
Basically the old dialog relied on
latestOffsets
to be set to work. This version does not. In addition it provides a fallback JSON view so it is easy to paste in the metadata.Also allows starting a supervisor in a suspended state