prooph / event-store-http-client

PHP 7.2 Event Store HTTP Client Implementation
BSD 3-Clause "New" or "Revised" License
25 stars 5 forks source link

Event data body with escaped quotes #35

Closed krofka closed 5 years ago

krofka commented 5 years ago

Hi,

I found the problem with $by_correlation_id in ES version 5, when using this library to append events through HTTP API (https://groups.google.com/forum/#!topic/event-store/1_e1yZfeWP0). The library sends json with escaped quotes in data and metadata, so the projection is not working.

Is it problem of the library or EventStore?

Thanks, Jakub Koci

Edit: see also https://github.com/EventStore/EventStore/issues/1875

krofka commented 5 years ago

Problem was resolved in ES... https://github.com/EventStore/EventStore/issues/1875#issuecomment-469978459

prolic commented 5 years ago

Thanks for reporting @krofka