streamflow icon indicating copy to clipboard operation
streamflow copied to clipboard

StreamFlow™ is a stream processing tool designed to help build and monitor processing workflows.

Results 36 streamflow issues
Sort by recently updated
recently updated
newest added

The topology connectors implemented in jsPlumb currently do not use LESS styling. This results in changes to the theme not being reflected in the connectors of the topology editor. This...

enhancement

Allow users to provide javascript implementations and HTML implementations of custom property types. This will help users inject new property types when the provided set of properties do not cover...

enhancement

Currently the only way to register new frameworks is through the creation of a framework.yml file. It would be best if the user could also define frameworks through the use...

enhancement

When user accounts are deleted, user created entities such as topologies and resource entries are not deleted. To prevent the creation of zombie entities, these entities should be deleted when...

enhancement

The file upload feature does not currently have a method to delete previously uploaded files. Rather than support inline file upload, the user should have access to a file manager...

enhancement

Fix the following Internet Explorer specific issues in the web interface. - IE8 Dragging elements highlights text as it drags (fixed this is streams) - IE8 Parallelism box is taking...

bug

The existing topology metrics capabilities have been refactored out of the user interface due to changes in the storm engine. This feature should be modified and retested to ensure all...

enhancement

Additional unit and integration tests are required for the streamflow-engine module to increase code coverage of the server code. This task should also ensure that all existing test cases are...

enhancement

The topology editor currently requires clicking on each component in the canvas in order to delete or edit it. The click event rather than the hover event was used to...

enhancement

Support download of compiled topologies which combines framework jars, resources, and topology configuration data. This topology download should produce a single jar and should be executable outside of StreamFlow using...

enhancement