Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
imported from https://github.com/gearpump/gearpump/issues/1665 on behalf of kkasravi,
Currently we do not have a easy way to emit data events at specific intervals from a source task other than using scheduleOnce with time related values that have been added to a specific type of source (for example stockcrawler). We should provide a generic type of source task which can emit new message using a config object that is provided by the user.