rwynn / gtm

gtm (go tail mongo) is a MongoDB event listener
MIT License
146 stars 33 forks source link

Possible key collision across namespaces #5

Closed rwynn closed 7 years ago

rwynn commented 7 years ago

When keying operations in a golang map, keys must include namespace AND _id because mongodb _id is not guaranteed unique across collections.