-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The current data generator is simplistic and is just a proof of concept that the exporter works.
Will need to add the correct one in.
Data generation criteria:
- 3 node cluster (forces remote
IActorRefserialization this way) all launched inside same process. - Should launch ~100 remembered entities
- Each entity should store:
- Primitive types -
string,int- and these should be tagged using anIWriteEventAdapter - Custom types serialized using the default
objectserializer (i.e. Hyperion or Newtonsoft - doesn’t matter); these also need to be tagged, but inside the actor application code itself (i.e. literally wrapping the message in aTaggedobject before callingPersist) - Custom types serialized using a custom serializer - these should also be tagged via either an adapter or inside the actor class.
- Primitive types -
- Tags
- Some message types must have only a single tag (edge case)
- Some should have no tags
- Some should have more than 1 tag
- All of the above scenarios need to be exercised.
Metadata
Metadata
Assignees
Labels
No labels