mirror of
https://github.com/apache/nifi.git
synced 2025-02-10 03:55:22 +00:00
* Added lodash utility library to leverage its throttle capability (and many other useful functions in the future). * Made lodash available in all JSP's so it could be imported into nf-common (or any component for that matter). * Added a throttle function to nf-common that just wraps _.throttle This closes #3393