Describe the solution you'd like
While KafkaFlow allows use of either CoreJson or Newtonsoft through KafkaFlow.Serializer.JsonCore and KafkaFlow.Serializer.Newtonsoft, KafkaFlow-Retry (the durable code) is hard-coded to use Newtonsoft directly.
For projects that want to reduce unnecessary dependencies and are using CoreJson, this dependency can't be avoided.
It would be nice if the Durable retry code used the same serializer/deserializer as the main KafkaFlow (ISerializer & IDeserializer)
Are you able to help bring it to life and contribute with a Pull Request?
No
Describe the solution you'd like
While KafkaFlow allows use of either CoreJson or Newtonsoft through KafkaFlow.Serializer.JsonCore and KafkaFlow.Serializer.Newtonsoft, KafkaFlow-Retry (the durable code) is hard-coded to use Newtonsoft directly.
For projects that want to reduce unnecessary dependencies and are using CoreJson, this dependency can't be avoided.
It would be nice if the Durable retry code used the same serializer/deserializer as the main KafkaFlow (ISerializer & IDeserializer)
Are you able to help bring it to life and contribute with a Pull Request?
No