I have successfully created a Managed Service for Apache Kafka cluster
in GCP and am able to produce and consume messages using the
producer/consumer APIs.Now, I need to create and integrate some custom
connectors using the Kafka Connect framework.Do...