mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 10:08:42 +00:00
cb4fdc2ae1
* 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