<div dir="ltr">I deployed strimzi kafka, strimzi zookeeper, strimzi kafka connector with debezium mongodb connect plugin and Mongodb replicaset on Kubernetes, and all PODs were deployed successfully. Next, according to Debezium document, I need do two steps in below.<br><div><span style="color:rgb(101,101,101);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px">" To use the connector to produce change events for a particular MongoDB replica set ,  </span></div><div><span style="color:rgb(101,101,101);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px">1. simply create a </span><a href="https://debezium.io/docs/connectors/mongodb/#configuration" style="box-sizing:border-box;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial;color:rgb(51,102,153);text-decoration-line:none;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;outline:none medium">configuration file for the MongoDB Connector</a><span style="color:rgb(101,101,101);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px"> </span></div><div><span style="color:rgb(101,101,101);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px">2. use the </span><a href="http://docs.confluent.io/3.0.0/connect/userguide.html#rest-interface" style="box-sizing:border-box;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial;color:rgb(51,102,153);text-decoration-line:none;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;outline:none medium">Kafka Connect REST API</a><span style="color:rgb(101,101,101);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px"> to add that connector to your Kafka Connect cluster. </span>  <br>   But does strimzi support Kafka connect rest API? if yes, how to invoke Kafka connect rest API. If not, how can I config Kafka connect, debezium mongodb connect and Mongodb in Kubernetes?</div><div><br></div><div>thanks,</div></div>