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

Update the default component icons so they are higher resolution. ![storm-trident](https://cloud.githubusercontent.com/assets/2532770/8639612/6dd333ce-28ad-11e5-8321-a2362244d2ad.png)

enhancement

The application version is currently being displayed as ${project.version} in the UI. This is most likely due to a resources filter not being properly configured in the Maven pom.

bug

The JDBC datastore does persist framework JARs as Blobs, but they are not being fetched from the database during topology submission. This causes issues if you clear out the $STREAMFLOW_HOME/temp...

enhancement

How can I run a tuple generator spout? There is no source code in streamflow.spout.core.TupleGenerator, but core framework defines it in framework.yml.

Javadoc comments need to be developed for all API worthy classes. REST documentation should be included in this Javadoc documentation to produce REST API documentation.

enhancement

The existing Shiro authentication mechanism should be improved with the following features to enhance security: - Lock user account after providing an incorrect password a specific number of times in...

enhancement

Currently, StreamFlow requires the definition of a framework.yml file to register new components in the framework. It would allow for much quicker development to also include the ability to define...

enhancement

Currently, error notifications for framework uploads and topology submissions do not provide contextual information as to the source of the error. This enhancement will improve the error notification system to...

enhancement

When the browser window is too small, it is possible for the toolbar in the StreamFlow UI to span multiple lines. When this occurs, the toolbar offset is not recalculated...

bug

Add support for paging and text search for all pages in the user interface which provide a list of results. This change will better support long lists and allow for...