we are using the decoding processor with concurrent tasks. We found that it could happen that several threads try to access the same flowfile concurrently. In this scenario, all threads except one retrieve from the session.get() call a null object instead of a flowfile object. This pull requests handles this case...
Hi,
we are using the decoding processor with concurrent tasks. We found that it could happen that several threads try to access the same flowfile concurrently. In this scenario, all threads except one retrieve from the session.get() call a null object instead of a flowfile object. This pull requests handles this case...
Best, Thomas