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
Currently, some template fields are duplicated between the Kafka and KafkaNodePool resources. When set in the Kafka resource, they apply to all Kafka nodes. When set in the KafkaNodePool resource, they apply only to given node pool. But they cannot be set in both as the ones in Kafka would be ignored. That is sometiles causing confusion.
Should we deprecate the in v1 remove the conflciting template fields from the Kafka CRD? Or should we keep both? It seems to add value ... but also cause confusion. So it is not completely obvious what the plan should be.