Skip to content

Update attributes based on content in NiFi

How can I add a attribute to the current flow file when developing an Apache NiFi cusom processor. What I want to do is adding a new attribute (or at least update a current attribute) to the current flow file with calculated value. Or is there an already built processor that I can use? Answer NiFi supports se…

Eclipse – Stuck “processing jax-rs changes”

I have installed Eclipse Mars2 and when I try to save changes I got a message saying “Processing JAX-RS changes… (Waiting)” and Eclipse freezes for a couple of minutes. I’m developing a spring-mvc maven based application using jboss as server (I don’t know whether this is relevan…