kafkaflow-retry-extensions icon indicating copy to clipboard operation
kafkaflow-retry-extensions copied to clipboard

Remove Newtonsoft dependency

Open dtkujawski opened this issue 11 months ago • 1 comments

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

dtkujawski avatar Mar 15 '24 13:03 dtkujawski

Hi @dtkujawski,

Thank you for reaching out and for your suggestion. We have discussed your request internally and we'll assess the feasibility of it as soon as we find the time to do so.

luispfgarces avatar May 27 '24 14:05 luispfgarces