-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ISW - Wizard: Create New Stream #20569
Comments
@tellistone If the user chooses to "Create a new Pipeline for this Stream" what exactly is the content of the pipeline? Is it just an "empty" one with a name? |
APIs:
|
Yes - empty pipeline with name that corresponds to the new stream, attached to the new stream |
Added backend label as we need to routes the messages to the new stream |
@tellistone Do I understand correctly that we want to ask the user if they want to create another custom stream? |
Yeah, their options are
|
In ui design, we should push the "Create a New Index Set" action as highly recommended. |
For the contextual warning in the mockup there is no API. At least I couldn't find one that returns a list of streams connected to a specific index set. @patrickmann correct me if I'm wrong. I'd suggest to continue with this issue without that and if we want to have it, create a seperate one. |
The stream APIs do include information about index sets. To find all streams for a specific index set, you currently have to call The BE already has a method |
I think it would be a better solution if we can either can integrate the streams in the index sets list call or add a new call to get all streams for one index set (id). |
The text was updated successfully, but these errors were encountered: