Benjamin Streitz
Benjamin Streitz
First of all the whole concept of adrenaline to wake someone up is wrong but since AGM Medical is supposed to be a light weight medical system one could ignore...
Realized that there possibly are some minor things that needs improvement here.
I would go with the value injection approach as it leaves room for customization.
A suggestion: ``` triggers: - type: azure-eventhub metadata: connectionFromEnv: EVENTHUB_CONNECTIONSTRING_ENV_NAME storageConnectionFromEnv: STORAGE_CONNECTIONSTRING_ENV_NAME consumerGroup: $Default unprocessedEventThreshold: '64' blobContainer: 'name_of_container' goSdkTemplate: 'dapr' checkpointStrategy: goSdk ``` -> `{blobContainer}/dapr-{topic}-{consumerGroup}-{partitionId}` ``` triggers: - type: azure-eventhub...
How about `checkpointStrategyTemplate` and `chekpointPrefix` ?
I'll try. Haven't done coding in Go before but when I read the code I got the impression that this shouldn't be difficult.
I'm currently a bit busy but I still intend to do it. @christle But, in case I get stuck I'll get back to you. I agree that implementing a specific...
What happens when you downgrade the aad-pod-identity helm chart? We have seen similar flavoured but different issues since last Friday (24. June 2022) unrelated to Azure Managed Identities
Just assume for a second this error is unrelated to the Helm chart. When did you see this error for the first time? I'm trying to pinpoint the source of...
I already tested in our development infrastructure. It works.