Ryan CrawCour
Ryan CrawCour
> think of a way to validate the key being used has write permission to the container, without actually attempting to write a doc (and then having to delete it)....
does it work as is? i.e. is this a feature we need to have, or a nice to have enhancement that could improve efficiency? is it "should have" or "nice...
Makes sense. Thanks. Will mark it as a future enhancement.
Out of interest, how does the Mongo connector do this?
Config - **batch.size** Batch size between 1 (dedicated PutItemRequest for each record) and 25 (which is the maximum number of items in a BatchWriteItemRequest) Type: int Default: 1 Importance: high
Look to leverage BulkExecutor for bulk write operations to Cosmos DB
must ensure new java version has this support for configurable batch size.
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....
there is also a way in Kafka Connect to make "nested" config items that are only required if another item is set. it has to do with how you name...