Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manifest toSection as Strimzi KafkaTopic #537

Closed
raminqaf opened this issue Oct 24, 2024 · 1 comment
Closed

Manifest toSection as Strimzi KafkaTopic #537

raminqaf opened this issue Oct 24, 2024 · 1 comment
Assignees
Milestone

Comments

@raminqaf
Copy link
Contributor

raminqaf commented Oct 24, 2024

Whenever the KPOps mode is configured on Argo, the toSection should be manifested as Strimzi KafkaTopic CRD.

Example:

apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
  name: my-topic
  labels:
    strimzi.io/cluster: my-cluster
spec:
  partitions: 1
  replicas: 1
  config:
    retention.ms: 7200000
    segment.bytes: 1073741824
@raminqaf
Copy link
Contributor Author

closed by #545

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant