Hi. I see the `fromCollection` impl, and find out it actually use `FromIteratorFunction`, which be a `SourceFunction`, witch be deprecated&internal. I wonder if it be valuable to create a class like this, but using the new `Source` interface.
- Is it acceptable to create a FromCollectionSource in flink-runt... Xeno Amess