I am new to Axon framework and we are using Axon 3.3.3 with Mongo DB as Event Store.
We would like to know the best option to generate Aggregate Id with Microservices, as we see problem with loading events from event store
Example : we have order service and product service.
orderService generated aggregate id as 101 of type OrderAggregate and it has been stored into the event store.
If product service also generated id as 101 of type ProductAggregate.
Then how can we load particular micro service events from event store