Skip to content

Remove Newtonsoft dependency #150

Description

@dtkujawski

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions