EventStore / EventStoreDB-Client-Java

Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
https://eventstore.com
Apache License 2.0
63 stars 19 forks source link

fix(EventDataBuilder): divided JSON and binary EventDataBinary #215

Closed dbakhmatskyiST closed 1 year ago

dbakhmatskyiST commented 1 year ago

https://github.com/EventStore/EventStoreDB-Client-Java/issues/216

When we trying to create a new 'EventDate' using 'EventDataBuilder' we have new exception, because in this builder hardcoded 'JsonMapper'.

YoEight commented 1 year ago

Thanks for you contribution but I'm closing this PR in favor of #217