Matthias Wessendorf
Matthias Wessendorf
Ah. sorry I misunderstood. Can you share the logs from the eventing-controller? Is this easy/always to reproduce? Also with the InMemoryChannel?
@csc-piscopo Do you have any logs from the `eventing-controller`? E.g. does the reconciler for the subscription say anything? Or are there error?
What version are you on? I am on `main` (of eventing-k-broker) and I have the `autoscaler` enabled in (kafka)feature `ConfigMap`M and I have a `KafkaChannel` and a `sub` for that,...
IS there a service for the kafka broker? I do not know the helm chart. Like, in my case, when I fetch the `services` in the `kafka` namespace: ``` k...
@WoodenMaiden hey 👋 Wondering if you've been able to figure out some more on this issue. See also my above comment
@darkgnotic In a different repo we set the `jib` to a couple platforms, see: https://github.com/knative-extensions/eventing-kafka-broker/blob/60ae6aa1e5234455b19fea3e1e7e50334a93a9e8/data-plane/pom.xml#L453-L481 I think we can do same/similar on the repo for the `eventing-integrations` for setting this...
/test reconciler-tests
@christophd what is actually the diff between those: https://github.com/knative-extensions/eventing-integrations/blob/main/aws-eventbridge-sink/properties.yaml#L9-L17
+1 Can we also add some scaling patterns? E.g. when it does scale back to 0, when it goes up. How can we have always a fixed min number of...