phenixmzy commented on issue #3853:
URL:
https://github.com/apache/incubator-doris/issues/3853#issuecomment-652729975
thanks @EmmyMiao87
总结一下,这个问题主要是没有配置好,正确的操作应该是
FROM KAFKA
(
"kafka_broker_list" = "$kafka_host:9092",
"kafka_topic" = "kafka-topic-name",
"kafka_partitions" = "0,1,2",
"kafka_offsets" = "partition_0_offset, partition_1_offset_num,
partition_2_offset_num",
"property.group.id" = "my.gid",
"property.client.id" = "my.cid"
);
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]