{ "type": "kafka", "spec": { "ioConfig": {...
# general
m
Copy code
{
  "type": "kafka",
  "spec": {
    "ioConfig": {
      "type": "kafka",
      "topic": "topictest",
      "consumerProperties": {
        "bootstrap.servers": "rd-data_kafka_1:29092"
      }
    },
    "tuningConfig": {
      "type": "kafka"
    }
  }
}