Skip to content

Instantly share code, notes, and snippets.

@cardil
Created October 1, 2021 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cardil/6975e0c0464fc77da41754d2af94237c to your computer and use it in GitHub Desktop.
Save cardil/6975e0c0464fc77da41754d2af94237c to your computer and use it in GitHub Desktop.
Channel with 6 replicas
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