I used the titled connector, usually create/update/delete message can be received as described by the official manual.
But I got a message like this:
{
"_id": "8762506_911",
"$v": 1,
"$set": {
"users_count": {
"dollar number Long": "0"
}
}
}
It doesn't match to the description in manual, looks like an internal log relevant to one of my update to the document.
Anyone can tell me how to block these kinds of the message sent out by the connector? (BTW, the dollar number Long is trimmed as prevented posted directly somehow in this website)