Farfetch / kafkaflow-retry-extensions

Kafka Flow Retry Patterns Extensions
https://farfetch.github.io/kafkaflow-retry-extensions/
MIT License
55 stars 7 forks source link

Implement serializers strategies to save the message on repository #56

Closed martinhonovais closed 2 years ago

martinhonovais commented 2 years ago

Description

We have implemented a new configuration that allows the developer to choose the way that the messages should be saved on the repository when the developer is using the retry durable policy.

There were implemented two strategies:

  1. Using ProtobufNet to serialize the messages (Removed)
  2. Using NewtonsoftJson to serialize the messages,

Fixes #39

How Has This Been Tested?

We have changed the one integration test to use NewtonsoftJson strategy and another one to use ProtobufNet strategy

Checklist

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement