Artur Souza

Results 337 comments of Artur Souza

I can see how it would bring convenience to the Crossplane implementation. Because today we don't have an OAM spec implementation that is using another orchestrator, it is tempting to...

We should also add this as a new scenario for conformance tests in general.

As of now, Azure Service Bus component in pubsub does offer a `ConsumerID` attribute. So, this can be achieved by having two separate pubsub components connecting to the same ASB...

> Maybe this should be `Debug` logs? I think it should log warning since users have asked for this behavior before.

> @artursouza I want to make sure I understand correctly that for retriable errors we don't need to log Error, but just log Warn or log Debug, while for non-retriable...

> @artursouza The act of catching these errors and logging them happens in the pubsub component(e.g. rabbitmq) of the components-contrib repo, right? So if I want to change the log...

I was thinking about this too recently. I think we should make HTTP binding v2, where the HTTP call is all configured, except the payload - which will come from...

After chatting with Yaron, I agree that this needs to be built in into the existing service invocation API. We would need a way to configure the external service endpoints...

> @artursouza This might be a dumb question, but why _must_ the endpoints base URL be in config/CRD? > > Some use-cases of calling external endpoints are not always known...