I building an Application using the Event Sourcing model, and there is some entities that I do not see any benefits from memorizing their history in event streams, such as the users entity. Is it good to have parts of my system event sourced, while others modeled conventionally using the Entity-Relationship Model.
Latter If I decided to event source nonevent sourced entities, is there a general scheme I can follow, so the transformation is seamless and without data loss.