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
Hello!
Guys, I have an error with Serialization of data.
Message serialized successfully pushed to kafka. But on the other side of Kafka another application reads the Kafka queue and deserializes my message.
But deserializarion causes an exception:
%{"content"=>"{\"title\":\"Some title foooooo\",\"tags\":[\"tag\",\"another\"],\"body\":\"Lorem ipsum\",\"author\":\"John Doe\"}","content_type_id"=>1,"created_by"=>4,"id"=>16,"inserted_at"=>"2017-06-28T09:27:51.0Z","kind"=>"BlogPost","schema_version"=>"2017-06-28T06:31:54.0Z","scope"=>"1","storefront"=>"foo.bar","updated_at"=>"2017-06-28T09:27:51.0Z"}```
Hello!
Guys, I have an error with Serialization of data.
Message serialized successfully pushed to kafka. But on the other side of Kafka another application reads the Kafka queue and deserializes my message.
But deserializarion causes an exception:
Here is the schema
Here is the message
Here is the encoded message
We're using confluent platform
Any advices?
Many thanks!
The text was updated successfully, but these errors were encountered: