I am using FST (version 2.57) to serialize POJOs and write them to Redis (version 6.2.2).
Both the readers and writers are using JRE 11 (adoptopenjdk/openjdk11:jre-11.0.9.1_1-alpine) running in Docker containers, same versions of FST library and DTOs in both.
When the reader tries to read the data written by the writers, it is getting Failed to read object exception.
Hi,
I am using FST (version 2.57) to serialize POJOs and write them to Redis (version 6.2.2). Both the readers and writers are using JRE 11 (adoptopenjdk/openjdk11:jre-11.0.9.1_1-alpine) running in Docker containers, same versions of FST library and DTOs in both.
When the reader tries to read the data written by the writers, it is getting Failed to read object exception.
I checked in Redis, the data looks to be proper.
Can you please help.