How to scale the pipeline elements service? #2003
Replies: 4 comments 2 replies
-
Hi @RobertIndie thanks for starting this discussion! We had a community member who did some cool initial work on this (https://github.com/apache/streampipes/tree/edge-extensions) but unfortunately it never made it into our development branch. I think one good thing to get started is the replica feature - configure our helm charts to set up replicas and to check if the current health management properly recovers the pipeline elements? And we can also start to discuss how to collect load metrics - changing the core to select a service based on load shouldn't be too hard. It would be definitely great to have these features! |
Beta Was this translation helpful? Give feedback.
-
Hi @RobertIndie, I was quite unsure how to express my thoughts here. In general, I think it's great that you brought this up @RobertIndie. Thanks a lot 🙏🏼 Looking forward to the next steps 🤩 |
Beta Was this translation helpful? Give feedback.
-
Thanks for your helpful input! I have checked the code, but I still have the following questions.
|
Beta Was this translation helpful? Give feedback.
-
Hi all |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Apache StreamPipes as a IoT data stream processing system, is necessary to provide robust computational capabilities. The pipeline element service, which primarily handles data stream processing, may require scalable support to optimize its performance. I would like to initiate a discussion to discuss about how to scale the pipeline element service.
Here are some key requirements that I believe we should address:
I would like to discuss how we achieve these needs. Do you know if there are any libraries or middleware that could facilitate this? Do you have any ideas? @dominikriemer @tenthe @bossenti @luoluoyuyu
Beta Was this translation helpful? Give feedback.
All reactions