Add some extension to the serialization mechanism
Closed this issue · 1 comments
masesdevelopers commented
Add some extension to the serialization mechanism to retrieve CLR filled type reading the data stored in the bus. This can be helpful to analyze data externally to the main application based on EFCore.
Originally posted by @masesdevelopers in #86 (comment)
masesdevelopers commented
One element must be added is the serializer used so from the raw data it is possible to understand how to deserialize the type: this info can be added in the Headers
of the Apache Kafka record.