MattCosturos
MattCosturos
I have an Azure IoT Hub routing message to an Azure Event Hub. The event hub has a TTL of 1 day. I have a Event Hub binding processing messages...
I was getting all sorts of seemingly random values trying to use the streaming feature of this client. I reviewed the MTConnect spec documents to better understand the "sample" request...
Need to skip Count-2 instead of Count-1. If you skip Count-1 you get to the end of the list and return a default (blank) sample `public DataItemSample PreviousSample { get...
AutoRead functionality leads to a stack overflow. tag.Value Getter calls Read(). (Tag.cs line 113) Read() uses tag.Value (Tag.cs line 172) This is an endless loop. Tag.CS - line 172 OldValue...
## What version of Dapr? 1.11.2, running in AKS (aks version 1.25.5) ## Expected Behavior When I update my application deployment, and new pods are started with new IPs, I...
**What happened**: Kube State Metrics logs an error every second about not being able to find v2beta2.HorizontalPodAutoscaler. ``` I1003 18:35:19.188423 1 builder.go:232] Active resources: certificatesigningrequests,configmaps,cronjobs,daemonsets,deployments,endpoints,horizontalpodautoscalers,ingresses,jobs,limitranges,mutatingwebhookconfigurations,namespaces,networkpolicies,nodes,persistentvolumeclaims,persistentvolumes,poddisruptionbudgets,pods,replicasets,replicationcontrollers,resourcequotas,secrets,services,statefulsets,storageclasses,volumeattachments W1003 18:35:19.214974 1 reflector.go:324] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167:...
## Expected Behavior Azure Event Hub binding will continue working after receiving a 503 error from the storage act used for checkpointing. ## Actual Behavior The event hub binding dies...
## Expected Behavior Dapr service bus component should be able to publish messages to the azure service bus. ## Actual Behavior After a period of running, the Dapr Sidecar contains...
Seeing a handful of warnings about being unable to renew message locks for a message. - Is this a bug in the dapr component or underlying azure sdk? - Is...
## In what area(s)? /area runtime ## What version of Dapr? 1.14.4 ## Expected Behavior When an actor service is shutdown nuisance alarm messages are not generated. ## Actual Behavior...