Maksymilian Boguń

Results 14 comments of Maksymilian Boguń

@fabiocav @CasperWSchmidt I get the same error on Functions V3 and net core 3.1: ``` Could not load type 'Microsoft.AspNetCore.Mvc.Formatters.Json.Internal.MvcJsonMvcOptionsSetup' from assembly 'Microsoft.AspNetCore.Mv c.Formatters.Json, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. ```

We have a similar problem. Are you by any chance using Confluent Cloud to host the topics?

Hi! Is anything happening in this context?

/reopen I'm having trouble understanding how this is the intended behavior. This is the basic scenario when installing knative using `kubectl apply`. IMO, the workaround with `kubectl create` is not...

@zroubalik Is something wrong with the e2e tests? I see they failed twice now :(

@JorTurFer I rebased the PR Now the tests failed, but it looks like some random crash, can you please rerun the failing job and the e2e tests?

@JorTurFer @ThaSami Thanks for the review. At first glance, I also thought this might be a good idea. However, after digging into the code, I'm not that convinced anymore. Here...

Ok then, I'll make the change

One more question: Now that the region will be embedded in the `AuthorizationMetadata`, I think I should get rid of `awsConfigMetadata`, as it's now redundant. Do you agree? https://github.com/kedacore/keda/blob/68b6ca8d70950cb337312b5efdb7056c861af9fb/pkg/scalers/aws/aws_common.go#L42-L45