admin管理员组

文章数量:1317904

I am implementing the below config on the JDBC Sink Connector which is sinking data to the MSSQL tables. By any chance, does these parameter locks the table until the batch.size is satisfied? I am seeing some locks which are not releasing and just wondering if any of these parameters are holding those locks? Thank you

{
"batch.size": "20000",
"consumer.override.max.poll.records": "20000",
"consumer.override.fetch.min.bytes": "2900000"
}

本文标签: