David Handermann created NIFI-15292:
---------------------------------------

             Summary: Refactor State Serialization in GetAsanaObject
                 Key: NIFI-15292
                 URL: https://issues.apache.org/jira/browse/NIFI-15292
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: David Handermann
            Assignee: David Handermann


The GetAsanaObject Processor uses a custom Serializer and Deserializer 
implementation for writing and reading state information with a Distributed Map 
Cache Client Service. The initial implementation builds on Java Object 
serialization and supports generic types. Actual usage in the Processor is 
limited to a simple String for keys and a Map of String to String for values. 
With the Processor module already including Google Gson, the generic Serializer 
and Deserializer should be replaced with simplified String and Map 
implementations using JSON.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to