cookie-cutter icon indicating copy to clipboard operation
cookie-cutter copied to clipboard

An opinionated micro-services framework for TypeScript

Results 61 cookie-cutter issues
Sort by recently updated
recently updated
newest added

When a materialized view is used as a state, there is no way to delete it for some key. Sometimes it's needed to change the key (delete old, insert new)...

enhancement
M-core
P1

The Azure Queues input source should automatically increase the visibility window if the `release` callback for the input message wasn't received in time to give the service more time to...

enhancement
M-azure
P3

CosmosClient should support registering custom stored procedures and executing them. This should work at least for read-only mode, as the CosmosClient currently is only exposed as a public API for...

enhancement
M-azure
P3

New Blob Storage Containers should be created automatically if they don't exist instead of failing with an error. We should also expose this as a configuration option, so services can...

enhancement
M-azure
P2

The underlying Azure queue client does not use long polling to get messages, so if there are no messages it instantly returns. Our client then while (running === true) tries...

enhancement
M-azure
P2

Cosmos does not support documents larger than 2MB. Currently the Output Sink can go into an infinite loop when a larger document is being written. We should be able to...

enhancement
M-azure
P2

Currently BlobClient uses `createBlockBlobFromText` method to upload data to blob. We are hitting a limitation since it can only upload 64MB of data. Getting below error: `RangeError: createBlockBlobFromText requires the...

enhancement
M-azure
P1

Azure Queue expects the visibility timeout to be in seconds... however most things in cookie cutter take in milliseconds. So in the source we turn milliseconds from the constructor and...

enhancement
M-azure
P1

It would be useful if we could configure snapshotter apps to archive or delete old events after snapshotting. It should always leave at least one event in the event stream,...

enhancement
M-azure
P3

Some instrumention exists for Cosmos queries already such as RU utilization and query count. This issue is a request to add instrumentation for Cosmos query latency.

enhancement
M-azure
P2