efgpinto opened a new pull request #3155: STORM-3066: Implement support for using list elements in properties in FluxParser URL: https://github.com/apache/storm/pull/3155 This MR adds support for accessing elements of list properties in configurations of FluxParser. The reference of list items can be done as: ```yaml # test variable substitution for list element list.element.property.target: ${a.list.property[0]} ``` Additionally, refactors the code a bit more efficient and lighter on memory.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
