You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A different ObjectMapper is used to publish events in Kafka at first try and to write events in database.
This can cause bugs when republishing events in kafka if first publication failed, since the two are not compatible, for instance on vavr lists.
I think the best way to do it would be to instantiate and use some kind of singleton ObjectMapper, that is exposed for modification.
The text was updated successfully, but these errors were encountered:
A different ObjectMapper is used to publish events in Kafka at first try and to write events in database.
This can cause bugs when republishing events in kafka if first publication failed, since the two are not compatible, for instance on vavr lists.
I think the best way to do it would be to instantiate and use some kind of singleton ObjectMapper, that is exposed for modification.
The text was updated successfully, but these errors were encountered: