Re: minifi-cpp: Expression language core API

2017-11-12 Thread Marc
Hi Andy, Sorry for the delayed response. I like the idea of moving the capabilities out of core so that we can decouple components for a variety of reasons that boil down to minimizing work to break apart components in the future. I'm certainly not against augmenting core to facilitate

minifi-cpp: Expression language core API

2017-11-09 Thread Andy Christianson
MiNiFi - C++ Devs, I am currently working on MINIFICPP-49, the expression language feature. While expression compilation and evaluation is fairly self-contained, at the very least the API to access expression evaluation will touch core components. Here is how NiFi is currently exposing