When I try to activate the health indicator for the kafka binder as explained in Spring Cloud Stream Reference Documentation
the health endpoint returns:
It looks like a bug in the documentation. By default, the binders health indicators are enabled. If you want to disable, then you would need to specify management.health.binders.enabled=false.
management.health.binders.enabled=false
Thanks for reporting this.