Closed ethfoo closed 1 year ago
sink: type: kafka brokers: ["127.0.0.1:6400"] topic: "log-${fields.topic}" ignoreUnknownTopicOrPartition: true
if ignoreUnknownTopicOrPartition: true, ignore error when kafka topic or partion not exsit.
if ignoreUnknownTopicOrPartition: true, ignore error when kafka topic or partion not exsit.