MongoDB Connector for Spark V10 and Change Stream

Is it possible to get all change event (insert, delete etc) and output to Kafka sink? I want to get all the metadata (at least event type) and fullDocument.

Thanks