From 031f96597443b781eae6aa781a9f2b9dc1329550 Mon Sep 17 00:00:00 2001 From: Laurent Broudoux Date: Mon, 4 Dec 2023 00:22:49 +0100 Subject: [PATCH] Fix indentations when moving Kafka bindings to v3 --- kafka/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kafka/README.md b/kafka/README.md index 3b51b9e2..0c1935d0 100644 --- a/kafka/README.md +++ b/kafka/README.md @@ -166,9 +166,9 @@ channels: key: type: string enum: ['myKey'] - schemaIdLocation: 'payload' - schemaIdPayloadEncoding: '4' - bindingVersion: '0.4.0' + schemaIdLocation: 'payload' + schemaIdPayloadEncoding: '4' + bindingVersion: '0.4.0' ``` This is another example that describes the use if Apicurio schema registry. We describe the `apicurio-new` way of serializing without details on how it's implemented. We reference a [specific lookup strategy](https://www.apicur.io/registry/docs/apicurio-registry/2.2.x/getting-started/assembly-using-kafka-client-serdes.html#registry-serdes-concepts-strategy_registry) that may be used to retrieve schema Id from registry during serialization.