jiangzzwy commented on issue #4572:
URL:
https://github.com/apache/incubator-seatunnel/issues/4572#issuecomment-1509678198
kafka
sink端的partition参数存在误导,用户会理解成为sink端的并行度,建议修改一下,因为kafka的Connector的sink端的配置存在误导`sink
{
kafka {
topic = "seatunnel"
bootstrap.servers = "CentOS:9092"
partition = 1
format = json
kafka.request.timeout.ms = 60000
semantics = EXACTLY_ONCE
}
}`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]