Add publish.full.document.only.tombstone.on.delete
PR: https://github.com/mongodb/mongo-kafka/pull/105
Similar to the Debezium `tombstones.on.delete` feature. When using fullDocument (not the change stream) to kafka, and in case of a delete operation a tombstone (a message with null value and non-null key) is sent to notify consumers of data deletion.