When using `global.datahub_standalone_consumers_en...
# getting-started
s
When using
global.datahub_standalone_consumers_enabled = true
then even if
datahub-mae-consumer.enabled = false
they get deployed. It will get confusing looking at these property names about what is supposed to be done. Should I keep
Copy code
global.datahub_standalone_consumers_enabled = false
datahub-mae-consumer.enabled = true
datahub-mce-consumer.enabled = true
or all 3 should be made true?
Not ideal, but we have changed the condition to the global variable
so the enabled doesn’t do anything
s
thanks for the clarification