数据湖探索 DLI-开源Kafka输出流:语法格式

时间:2024-07-01 21:07:21

语法格式

1
2
3
4
5
6
7
CREATE SINK STREAM stream_id (attr_name attr_type (',' attr_name attr_type)* )
  WITH(
    type = "kafka",
    kafka_bootstrap_servers = "",
    kafka_topic = "",
    encode = "json"
  )
support.huaweicloud.com/sqlreference-dli/dli_08_0257.html