EventStore / EventStoreDB-Client-Java

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

Added missing "is-json" data. #239

Closed michael-schnell closed 11 months ago

michael-schnell commented 11 months ago

Solves issue #237

YoEight commented 11 months ago

Hey @michael-schnell, the is-json key is not used. However you could derive the isJson property out of the content type property.

if json then content-type is application/json otherwise it's binary (application/octet-stream)