Skip to content

Instantly share code, notes, and snippets.

@rodrik
Created October 8, 2024 03:26
Show Gist options
  • Save rodrik/a8b7b95c78353bc224fc1c1fb304ff1e to your computer and use it in GitHub Desktop.
Save rodrik/a8b7b95c78353bc224fc1c1fb304ff1e to your computer and use it in GitHub Desktop.
ttk-quartz-engine topics
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: trigger-system-job
namespace: kafka
labels:
strimzi.io/cluster: my-cluster
spec:
partitions: 3
replicas: 1
---
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: user-job-start
namespace: kafka
labels:
strimzi.io/cluster: my-cluster
spec:
partitions: 3
replicas: 1
---
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: user-job-loop
namespace: kafka
labels:
strimzi.io/cluster: my-cluster
spec:
partitions: 3
replicas: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment