Is there any way to identify the DB User in the MongoDB changestream event?
Suppose if two users modify the same document, I am looking for a way to distinguish between these two change events based on the user.
Is there any way to identify the DB User in the MongoDB changestream event?
Suppose if two users modify the same document, I am looking for a way to distinguish between these two change events based on the user.