mattcasters commented on issue #3454:
URL: https://github.com/apache/hop/issues/3454#issuecomment-1831542631

   The idea to have a new 'Lookup' plugin type in core is meant to allow all 
plugins to contribute and use without too many class loader issues.  It also 
allows us to integrate with metadata.
   For example, we might have the "Projects" plugin that knows about the way to 
access a secrets vault, stored in some metadata folder somewhere.  It would 
expose a lookup plugin with prefix `VAULT`.  The `StringUtil` code would simply 
need to look in the core lookup plugins which lookup this represents.  We 
wouldn't have to refactor thousands of `resolve()` calls across the codebase.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to