lib/karafka/web/ui/models/status.rb in karafka-web-0.9.0.rc1 vs lib/karafka/web/ui/models/status.rb in karafka-web-0.9.0.rc2
- old
+ new
@@ -42,10 +42,10 @@
# It does **not** check if the group is active because this may depend on the
# configuration details, but for the Web-UI web app to work, the routing needs to be
# aware of the deserializer, etc
def enabled
enabled = ::Karafka::App.routes.map(&:name).include?(
- ::Karafka::Web.config.processing.consumer_group
+ ::Karafka::Web.config.group_id
)
Step.new(
enabled ? :success : :failure,
nil