spring-cloud / spring-cloud-stream-binder-kafka

Spring Cloud Stream binders for Apache Kafka and Kafka Streams
Apache License 2.0
331 stars 301 forks source link

Broken documentation link (1.4. Error Channels) #986

Closed coffeeandicecream closed 3 years ago

coffeeandicecream commented 3 years ago

Section 1.4. Error Channels, has a broken reference link:

See [spring-cloud-stream-overview-error-handling] for more information.

This just links to the top of the documentation page.

I've set the following property to enable the error channel for async producer failures. I'm currently looking for a way to unit test/trigger failures.

spring.cloud.stream.bindings.default.producer.error-channel-enabled=true

sobychacko commented 3 years ago

@abdullahly The broken documentation link is now fixed.