Phil Kedy
Phil Kedy
## Describe the proposal Currently the Cassandra state store does not currently support ETags. It seems possible by adding an etag column to the table and managing the etag values...
Currently, there are several bindings that have a pubsub counterpart (E.g. Kafka, Rabbit, Pulsar, NATS, Redis). In many cases the code in the PubSub component is far more robust. Given...
## Expected Behavior Pressing CTRL-C when running `dapr run` should send interrupt signals to both the application and daprd so that they shutdown gracefully. This would also allow daprd to...
I use `jsschema` extensively and love it. Would it be possible to create release tags for the list of projects below (all dependencies of this library). That would be helpful...
Per the [1.0.1 CloudEvents spec](https://github.com/cloudevents/spec/blob/v1.0.1/spec.md), the following optional fields are missing from [TopicEvent](https://github.com/dapr/dapr/blob/master/dapr/proto/runtime/v1/appcallback.proto#L49-L85). * [dataschema](https://github.com/cloudevents/spec/blob/v1.0.1/spec.md#datacontenttype) * [subject](https://github.com/cloudevents/spec/blob/v1.0.1/spec.md#subject) * [time](https://github.com/cloudevents/spec/blob/v1.0.1/spec.md#time) Extension attributes are also unsupported. It might make sense to borrow...