Trendyol/stove

Improve Serialization to work with different serializers, such as jackson, gson, kotlinx.serialization

osoykan opened this issue · 1 comments

Stove supports Jackson by default, for String Ser/De. This decision limits for the use cases where Kafka needs Avro, Protobuf, or other serialization systems; or HttpSystem needs Kotlinx serialization...

This issue and PRs regarding this issue will address the improvement.

Tasks

Implemented in different PRs.