mdedetrich commented on issue #980: URL: https://github.com/apache/incubator-pekko/issues/980#issuecomment-1900053232
@tg44 So if by Sub Stream you mean `SubFlow` the issue you describe is partially solved in Pekko 1.1.x with this [PR](https://github.com/apache/incubator-pekko/pull/252) (which isn't release yet but there are snapshots if you want to try). You can read the migration notes [here](https://github.com/apache/incubator-pekko/blob/32c5d2c306e8d7dba78befaa0a09b5b1f62d66e7/docs/src/main/paradox/project/migration-guide-1.0.x-1.1.x.md#sourcesplitwhenflowsplitwhensourcesplitafterflowsplitafter-behavioural-change) What I mean by partially is that as is noted in the migration notes we don't support `Supervision.restart`. Initially when implementing that PR I had difficulties supporting `Supervision.restart` but since there seems to be some demand for it I can look into it @He-Pin Aside from what I just said I don't think we need to add anything else for Pekko, it appears that @tg44 just wants support for automatic restarting of `SubFlow`'s -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
