Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions contrib/kafka/config/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,16 @@ spec:
- name: kafka-channel-controller-config
configMap:
name: kafka-channel-controller-config

---

# Create the ConfigMap, because the dispatcher will flap until this ConfigMap exists. And the
# controller doesn't create the ConfigMap until the first kafka Channel is reconciled.

apiVersion: v1
kind: ConfigMap
metadata:
name: kafka-channel-dispatcher
namespace: knative-eventing
data:
multiChannelFanoutConfig: '{}'