prateekm commented on pull request #1468: URL: https://github.com/apache/samza/pull/1468#issuecomment-791647260
@Sanil15 NoOpSerde is not a real serde (check its implementation). It's a marker to indicate to framework that a "no op / pass through" serde should be used instead. What that means depends on the context it's being used in. How will passing the NoOpSerde to the BaseKVStorageEngineFactory help here? Do you instead need to modify ContainerStorageManager & BaseKVStorageEngineFactory etc to allow passing null as the key or msg serde? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
