Kafka Channel ConfigMap
To use Kafka channels, you must create a YAML file that specifies how these channels will be created.
You can copy the following sample code into your kafka-channel
ConfigMap:
To create a Broker that uses the KafkaChannel, specify the kafka-channel
ConfigMap:
kubectl create -f - <<EOF
kind: Broker
metadata:
eventing.knative.dev/broker.class: MTChannelBasedBroker
name: kafka-backed-broker
namespace: default
apiVersion: v1
kind: ConfigMap
name: kafka-channel
namespace: knative-eventing