Axon Event Storing

Is there a possibility to use Axon and Mongo without the mongo extension?
I want to store user data in separate mongo databases based on their identity. I managed to do this at runtime using springframework’s Mongo, but I have no idea how to integrate this with Axon.

Hi Mihai,

how are you expecting to integrate Axon and Mongo? You can definitely use Axon without the Mongo Extension, but then you will not have the MongoEventStorageEngine or some of the other components. If you don’t need those, there is no necessity to have the Mongo Extension at all.

Cheers,