On a use case that a microsevice publishes/emitts an event that may contain a payload of hundreds of thousands of records, how would you pass this on your event store?
Are there any practices around this?
Is it a good idea to split the event in batches? (Even tho the event happened all of at once.)
Or publishing an event with this size should generally be avoided?