mcollina / mqemitter-mongodb

MongoDB based MQEmitter
MIT License
18 stars 10 forks source link

Mongodb converts buffer objects to bson objects #3

Closed GavinDmello closed 7 years ago

GavinDmello commented 7 years ago

We can either convert the object to a string before inserting it or fetch the buffer from the Bson object

GavinDmello commented 7 years ago

Closing this.