Bernd Verst
Bernd Verst
`The source code of the Cloudflare Worker has changed, but the Worker has not been recompiled. Please re-compile the Worker by running 'npm ci && npm run build' in 'common/component/cloudflare/worker-src'`...
This PR should be made against main branch and then cherry picked. In contrib we do not merge release back to main. Can you change the base branch @jjcollinge
@yaron2 advised this is not going to be merged for 1.13. So I will update your base branch for that reason also.
Closing this in favor of #3414 which has more detail.
Dapr implements deadletter topics client-side (in the sidecar) only (not in the pubsub service through configuration itself) - the Dapr Sidecar lets you configure a Dapr deadletter topic/queue - which...
@WillPilgrim could you reply here? Without further clarification I will be closing this issue in the next two weeks or so.
@WillPilgrim The Dapr mechanism itself will after a certain number of failures send the message to a second topic / queue (which doesn't need to have any subscribers bound to...
The Dapr API does not make any guarantees about the ordering of fields. This is not part of our API contract @RobertConanMcMillan. Therefore I do not see this as a...
I am not sure. I don't believe we currently have any active contributor with deep RabbitMQ knowledge (through I could be wrong). If you'd like to look through the code...
Take a look at the example here: https://docs.dapr.io/reference/api/state_api/#examples For CosmosDB you must specify the metadata property `partitionKey` which will apply to all operations within your transaction. CosmosDB does not support...