-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Nice to have configurable batching in Sink when reading from Kafka #8
Comments
Config - batch.size Type: int |
Look to leverage BulkExecutor for bulk write operations to Cosmos DB |
BulkExecutorAPI has a lot of overhead which doesn't make it suitable for just 25 rows |
This comment has been minimized.
This comment has been minimized.
…rect-continuation-token Fix #70 Incorrect logic for the continuation token in the Source Connector.
must ensure new java version has this support for configurable batch size. |
related to #148 |
adding #blocked to this because the Cosmos DB Java driver does not yet support BULK / BATCH operations. They are there, but only in preview and are likely to change. will wait until the implementation has been finalized by Cosmos DB and will then adopt |
BulkExecutorAPI is going to be deprecated; |
Will read as batch, by default.
Batch size should default to a chosen value, and be configurable.
The text was updated successfully, but these errors were encountered: