Theo van Kraay

Results 22 comments of Theo van Kraay

This can happen when the client is closed but there are still operations running in the background on the SDK (i.e. subscribe calls). The sample you are using makes use...

@MihaiTudorP as Kushagra mention, we would also really like to collect some design input from you. The most important question being: what is your motivation for wanting to use patch...

@bhattacharyyasom change feed processor is definitely a good approach for this. Spark Connector is a great approach as Kushagra mentioned, but if you find that working with Dataframes does not...

> @TheovanKraay my motivation is to improve overall application performance (sending less data should improve processing speeds) and avoid etag contention from concurrent updates. Also, less time on the network...

> @TheovanKraay @kushagraThapar is there a way to use vanilla cosmos client provided by cosmos sdk along with spring data cosmos. Basically, share the same cosmosClient instance. With this, we...

> @TheovanKraay thanks for a quick reply. I have some follow-up questions : > > Any reason why cosmosclient is made private? I am asking because the builder is provided...

Note: this is only possible for CosmosAsyncClient, because we don't create a bean of CosmosClient.

@arunim29 non-reactive Repository still uses CosmosAsyncClient behind the scenes, but with blocking calls. CosmosClient is not used by Spring Data Cosmos library.

@arunim29 - as posted in separate issue #32390 - we plan to expose patch something like the below. Let us know if this is not what you expect. Feel free...