You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create a new KT
Pause/unmanage the KT
Recreate the topic in Kafka
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: