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
and an implementation of Configuration::compute_files() that sets auto.create.topics.enable to true,
then the user defined override is ignored and the value of the property will be true.
Note that this doesn't happen with configuration overrides at group level!
The expectation of overrides is, that whatever the user has set , wins over everything else.
Description
Given a fictional CRD with role level configuration overrides like this:
and an implementation of
Configuration::compute_files()
that setsauto.create.topics.enable
totrue
,then the user defined override is ignored and the value of the property will be
true
.Note that this doesn't happen with configuration overrides at group level!
The expectation of overrides is, that whatever the user has set , wins over everything else.
A test that demonstrates the bug is here: #338
The text was updated successfully, but these errors were encountered: