Hello,
I upgraded my Pipeline to the last versions of both scala stream collector and stream enrich. I checked that the new version of scala-maxmind-iplookups is GeoLite2 database.
I am using Kafka sink for both collector and enrichment to ingest data within topics. When i run my Pipeline, data are stored correctly in the Kafka collector topic but not in enriched one!!
Logs shows this error in the enrichment job:
Exception in thread "main" java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.node.ObjectNode.<init>(Lcom/fasterxml/jackson/databind/node/JsonNodeFactory;Ljava/util/Map;)V
Sounds like a jackson-databind version issue?
Can someone please help !
Thanks in advance