-
Notifications
You must be signed in to change notification settings - Fork 14
Aesop Client Consumer
Regunath B edited this page Feb 28, 2015
·
4 revisions
Aesop allows consumers to be plugged in. Consumers have been provided that support certain use cases. AbstractEventConsumer needs to be extended to implement a consumer.
The default consumer implementation allows the source event to be transformed to a destination event. This allows transformations required across source and destination schemas. The default transformation implementation in Aesop provide config driven transformation across schemas.
The default consumer implementation also allows a data layer to be plugged in. The transformed entity object is sent to the data layer which in turn updates the destination data store.