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

[Bug]: The KafkaTopic.status.topicId is never updated #10467

Closed
fvaleri opened this issue Aug 19, 2024 · 1 comment · Fixed by #10491
Closed

[Bug]: The KafkaTopic.status.topicId is never updated #10467

fvaleri opened this issue Aug 19, 2024 · 1 comment · Fixed by #10491

Comments

@fvaleri
Copy link
Contributor

fvaleri commented Aug 19, 2024

Bug Description

The KafkaTopic.status.topicId keeps the old value when the topic is recreated in Kafka while the reconciliation is paused/disabled, or the operator is not running.

Steps to reproduce

  1. Create a new KT
  2. Pause/unmanage the KT
  3. Recreate the topic in Kafka
  4. Unpause/manage the KT

Expected behavior

We should set the topicId when the KT is managed and topicId is not set. We should remove the topicId when KT is paused or unmanaged.

Strimzi version

main

Kubernetes version

1.30

@scholzj
Copy link
Member

scholzj commented Aug 22, 2024

Discussed on a community call on 22.8.2024: This should be fixed.

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

Successfully merging a pull request may close this issue.

2 participants