Created
October 1, 2021 20:17
-
-
Save cardil/6975e0c0464fc77da41754d2af94237c to your computer and use it in GitHub Desktop.
Channel with 6 replicas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: messaging.knative.dev/v1beta1 | |
kind: KafkaChannel | |
metadata: | |
name: kafka-channel-6 | |
labels: | |
app: kafka-channel-6 | |
app.kubernetes.io/component: kafka-channel-6 | |
app.kubernetes.io/instance: kafka-channel-6 | |
app.kubernetes.io/name: kafka-channel-6 | |
spec: | |
numPartitions: 6 | |
replicationFactor: 6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment