From ac333292600f1c22c2dea02d96dee6b905b539cf Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 1 Nov 2021 14:51:19 -0400 Subject: [PATCH] Remove schema registry references from the docs --- docs/src/main/asciidoc/spring-cloud-stream.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index 2ceffea65..ee6131478 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -2657,10 +2657,6 @@ public class MyCustomMessageConverter extends AbstractMessageConverter { } ---- -Spring Cloud Stream also provides support for Avro-based converters and schema evolution. -See `<>` for details. - -[ == Inter-Application Communication Spring Cloud Stream enables communication between applications. Inter-application communication is a complex issue spanning several concerns, as described in the following topics: