Mark Payne created NIFI-5814:
--------------------------------
Summary: GeoEnrichIP processor fails in 1.8.0
Key: NIFI-5814
URL: https://issues.apache.org/jira/browse/NIFI-5814
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 1.8.0
Reporter: Mark Payne
Fix For: 1.9.0
As reported on the mailing list by Philippe Peeters, the GeoEnrichIP processor
is failing in 1.8.0. This appears to be a caused by a change in the version of
the maxmind database library. The new version returns JSON objects to the
DatabaseReader class that are read-only, whereas the previous version allowed
the objects to be modified. Interestingly, we are modifying the object in order
to inject in an "ip_address" field in the "Traits" field... but then we don't
use the field. We can instead just avoid ever modifying the response.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)