sharmajee499
sharmajee499

Reputation: 136

Is batch.size in the JDBC Sink Connector locks the destination table until the size is met before flushing the records?

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"
}

Upvotes: 0

Views: 10

Answers (0)

Related Questions