QuanticPony opened a new pull request, #755:
URL: https://github.com/apache/plc4x/pull/755

   Proposal to add a property in NiFi-integration processors to allow users to 
choose address definition strategy and add support for Expression Language in 
addresses definition.
   
   ## Issues related:
   * #648: As stated, adding a lot of addresses as dynamic properties can be 
tedious. 
   * #593 (Jira [PLC4X-196](https://issues.apache.org/jira/browse/PLC4X-196)): 
Expression Language can be supported easily on addresses definition.
   
   ## Actual behavior:
   Addresses are specified one by one as dynamic properties in the processor 
and stored in a map when `onScheduled` method is triggered.
   Expression Language is not supported.
   
   ## Proposed behavior:
   Let user decide between 2 strategies to obtain addresses in the processor:
   * Properties as addresses (as actual behavior but with Expression Language): 
1 address per dynamic property.
   * Property "Address Text": a property where all addresses can be specified 
as field-value pairs in a JSON.
   
   An address map created every time when `onTrigger` method is called.


-- 
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: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to