cosmosdb
Here are 277 public repositories matching this topic...
-
Updated
Jul 12, 2020 - C#
As a follow-up to #209, which fixes this bug for SqlStreamStore (the presence of the bug has its roots in #175)
There's a lack of coverage of the writing an event with a null content for the Data field
I believe Equinox.Cosmos has coverage, but the SqlStreamStore + EventStore integration tests do not cover it.
Fix is to include a test scenario that generates an Event union with no bod
Describe the bug
Some utilities project are duplicated between singular (utility) and plural versions (utilities). Let's align to plural versions
To Reproduce
Steps to reproduce the behavior:
- Go to Services\DataX.Utilities folder
- Notice duplicate folders like 2 cosmosdb utils
Expected behavior
One dll per area
Works in Safari, Chrome for Mac, Chrome for PC, Edge, but not IE version 11.192.16299.0 on Windows 10
As stores are growing we should be having CI/CD and publishing to nuget automated. Just to lower down a burden on maintainer.
Also, we have docs and site deployment as well. Mostly github docs. (I guess we might need more than something to readme. as mentioned in #34 :) )
I'd like to add support for a few more APIs (in particular, Get/Set Blob Metadata). It looks to me like the request builder .rs files are generated code from the corresponding .json files, but I can't find a codegen script anywhere. Is it in the repository?
-
Updated
Dec 30, 2019 - Java
-
Updated
Jun 8, 2020 - C#
-
Updated
Jul 13, 2020
When Set-CosmosDbAttachment is called without specifying all parameters, a 400 error occurs.
This is because the existing parameters are not passed in the request.
This is a low priority because attachments are not really a critical function.
-
Updated
Sep 10, 2018 - C#
-
Updated
Jun 24, 2020 - C#
Should check if its an error for a missing key, and if it is return nil, &GetResponse{}
-
Updated
Jun 18, 2020 - C#
-
Updated
Jan 23, 2019 - C#
The reader for the CosmosDB ChangeFeed emits an (indicative, depends on clock sync) "age" stat per batch retrieved, which can be very useful as an indicator for troubleshooting
The same should be added to [the equivalent logging in EventStoreReader](https://github.com/j
-
Updated
Jul 9, 2020 - C#
-
Updated
Jan 2, 2020 - JavaScript
Generally, docs should have two levels of examples:
- The simplest, minimal, sunny-day solution
- A more complex solution that showcases optional or advanced features.
This was noted when UX study participants asked if they needed to use the ListBlobOptions(maxResults:20) line from the copy-pasted example.
-
Updated
Apr 22, 2020 - C#
-
Updated
Jul 6, 2020 - C#
-
Updated
Feb 7, 2018 - C#
-
Updated
Dec 21, 2018 - C#
-
Updated
Jul 8, 2020 - TypeScript
-
Updated
Jun 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the cosmosdb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cosmosdb topic, visit your repo's landing page and select "manage topics."
When setting the monitor.tail property, it's possible to tail/update only filenames, and not directories:
https://github.com/Landoop/stream-reactor/blob/master/kafka-connect-ftp/src/main/scala/com/datamountaineer/streamreactor/connect/ftp/source/FtpFileLister.scala#L41
So, when a support for a recursive structure is required, it can be done in a way like this:
`connect.ftp.monitor.tail=/**: