[
https://issues.apache.org/jira/browse/NIFI-15292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard updated NIFI-15292:
----------------------------------
Fix Version/s: 2.7.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> 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
> Priority: Major
> Fix For: 2.7.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> 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)