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 kafka healthcheck requires global broker configuration. This is not good.
The healthcheck should work by channel and the global broker configuration has no reason to be when there is a per channel configuration.
Expected behavior
No need to set the global broker configuration if I ve already a by channel configuration.
Actual behavior
When I only configure the broker by channel (no kafka.bootstrap.server), the healthcheck fails with this exception :
The kafka healthcheck requires global broker configuration. This is not good.
The healthcheck should work by channel and the global broker configuration has no reason to be when there is a per channel configuration.
Expected behavior
No need to set the global broker configuration if I ve already a by channel configuration.
Actual behavior
When I only configure the broker by channel (no kafka.bootstrap.server), the healthcheck fails with this exception :
So I change my configuration like this :
Configuration
mybuggygroupid will belong to the broker2! But it should belong to the broker1. This is because of the global broker configuration.
I set broker2 has global because I prefer to health the broker2 than the broker1. But I would like to health both !
So the workaround is to disable the kafka healthcheck and remove the global configuration
quarkus.kafka.health.enabled=false
The text was updated successfully, but these errors were encountered: