I configured mongo to run in a replicaset and can't insert documents because of unsupported BSON type timestamp 0x11. When calling Connection::sendRequest() with insert command an exception is thrown from MongoDB/src/Document.cpp Document::read()
Not implemented: Element ts contains an unsupported type 11
I am using poco 2.0.0 on Ubuntu 16.04 x86_64.
I configured mongo to run in a replicaset and can't insert documents because of unsupported BSON type timestamp 0x11. When calling Connection::sendRequest() with insert command an exception is thrown from MongoDB/src/Document.cpp Document::read()
Not implemented: Element ts contains an unsupported type 11
I am using poco 2.0.0 on Ubuntu 16.04 x86_64.