标签: mongodb reactivemongo
我试图将BSONDocument从mongo发布到AWS Kinesis流。但是,Kinesis API需要消息作为Byte数组。有没有办法将BSONDocument(特别是reactivemongo.bson.BSONDocument)转换为字节数组?