mdedetrich commented on issue #71: URL: https://github.com/apache/incubator-pekko-connectors/issues/71#issuecomment-1477636729
> @mdedetrich this issue is about possibly using LazyList again Ah I see One thing I want to mention is that the usage of `Stream`/`LazyList` in the first place might be an oversight since Pekko provides its own way to generate a stream of values. In other words we might be able to just use `Source.repeat` instead of `Stream`/`LazyList.continuously`. Ontop of this `Stream`/`LazyList.continuously` is only being used in tests and the only non test code that uses `Stream`/`LazyList.continuously` is in `S3Stream` functions that are deprecated. -- 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]
