David Farr
David Farr
Would love to know the status of this issue. We build spark docker images from scratch for internal use at my company, and include a `/etc/spark/conf/spark-defaults.conf` file in docker image...
A `generateName` like name could be resolved before the resource hits the SageMaker ACK controller with a mutating webhook. Once the name has been set it will not change so...
I have the same error. If you look at this path, you can tell it's not right: ``` ../../../../node_modules/semantic-ui-less/themes/themes/default/assets/fonts/icons.svg ``` Should be: ``` ../../../../node_modules/semantic-ui-less/themes/default/assets/fonts/icons.svg ```
> We are open to adopt Kafka eventbus. > > Few things need to be addressed for the implementation: > > 1. How to implement multiple dependency triggering like `A...
Yes, however, the service account would only need namespace scoped access to Sensor objects. I'm curious about the reason for avoiding this? If information is not shared via the Sensor...
> Why don't put the storage layer together with Kafka as EventBus? Yes this is possible and perhaps the best route given the circumstances, but the drawback here is tight...
Thanks @whynowy, we would like to tackle implementing this. From what I gather from our conversation 1. The most important design consideration is developer experience. IMO this means simplifying the...
Asynchronous triggering of actions makes it possible to ack a message prior to performing the action
@juliev0 we can take a look into this
Asynchronous triggering of actions makes it possible to ack a message prior to performing the action
> These are good findings. > > It does seem like the correct (safe) order for "at least once" would be something like this, right?: > > 1. perform action...
Sorry about the link. There's a [PR](https://github.com/argoproj/argo-events/pull/2538) open to fix it, the link is supposed to go [here](https://github.com/argoproj/argo-events/blob/master/api/event-bus.md#argoproj.io/v1alpha1.KafkaBus). > ``` > message: 'invalid spec: either "nats" or "jetstream" needs to...