[ 
https://issues.apache.org/jira/browse/NIFI-15292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18042857#comment-18042857
 ] 

ASF subversion and git services commented on NIFI-15292:
--------------------------------------------------------

Commit 1c081c15544b8459d69daaae2056f0f433cafce6 in nifi's branch 
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1c081c1554 ]

NIFI-15292 Refactored State Serialization in GetAsanaObject

- Replaced generic Java Object serialization with simplified String and Map 
serialization using Gson

Signed-off-by: Pierre Villard <[email protected]>

This closes #10599.


> 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
>          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)

Reply via email to