-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Streams
-
Tags:
-
Sprint:nxplatform #93
-
Story Points:3
Nuxeo produces BlobDomainEvent on the source/blob stream.
The codec used to write event is avroBinary which doesn't contain the avro schema fingerprint, this prevents to update the schema, dump properly event with tools.
We should turn the codec from avroBinary to avro and register the BlobDomainEvent schema.