Created
October 25, 2019 12:33
-
-
Save evacchi/7292f16a5bd541fcd9760c36534a2f85 to your computer and use it in GitHub Desktop.
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: kafka.strimzi.io/v1beta1 | |
kind: KafkaTopic | |
metadata: | |
name: kogito-processinstances-events | |
labels: | |
strimzi.io/cluster: my-cluster | |
namespace: kogito | |
spec: | |
partitions: 10 | |
replicas: 3 | |
config: | |
retention.ms: 604800000 | |
segment.bytes: 1073741824 |
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: kafka.strimzi.io/v1beta1 | |
kind: KafkaTopic | |
metadata: | |
name: kogito-usertaskinstances-events | |
labels: | |
strimzi.io/cluster: my-cluster | |
namespace: kogito | |
spec: | |
partitions: 10 | |
replicas: 3 | |
config: | |
retention.ms: 604800000 | |
segment.bytes: 1073741824 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment