-
Notifications
You must be signed in to change notification settings - Fork 184
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
#3042 python client updating data stream #3168
#3042 python client updating data stream #3168
Conversation
@IsaakKrut thank you for this PR. The code looks good, but before we proceed, I think we should clarify some conceptual ideas in StreamPipes that are not quite clear yet. General Considerations:
Topic 1:
Topic 2:
I think Topic 2 should be discussed in a separate thread, as there are additional points that need clarification. How should we proceed with Topic 1? We could either:
|
Hi @tenthe, I can work on the option 1. I have a couple of questions though.
|
Hi @IsaakKrut, good questions. Here are some thoughs from my side. Propagation changes to AdapterDescription: Updating DataStream: Feel free to share your thoughts or ask any questions. I'm also not entirely sure what the best solution is, so we can discuss this further. |
public class DataStreamResource extends AbstractAdapterResource<AdapterMasterManagement> { | ||
|
||
public DataStreamResource() { | ||
super(() -> new AdapterMasterManagement( |
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.
Can you tell me what the reason is why you added this code? I do not completely understand 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.
I needed access to AdapterMasterManagement instance. I used the same pattern as in AdapterResource to bring it in
Hello there 👋 |
Hello there 👋 |
Purpose
Closes #3042
Remarks
When testing I noticed the Data Stream is being updated in the database, but not in the UI. Should I use a different method to update the Data Streams?
Also, should any other functionality be implemented to automatically handle the changes?
PR introduces (a) breaking change(s): no
PR introduces (a) deprecation(s): <no