Skip to content

Commit 7d17df5

Browse files
author
julien
committed
Fixed duplicate section links
1 parent f8d46a2 commit 7d17df5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/docs/asciidoc/_sink.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ value.converter=<Avro or JSON> <2>
4747
----
4848

4949
<1> <<collection-key,Stream key>>
50-
<2> <<avro,Avro>> or <<json,JSON>>
50+
<2> <<avro,Avro>> or <<kafka-json,JSON>>
5151

5252
==== Hash
5353
Use the following properties to write Kafka records as Redis hashes:
@@ -60,7 +60,7 @@ value.converter=<Avro or JSON> <2>
6060
----
6161

6262
<1> <<key-string,String>> or <<key-bytes,bytes>>
63-
<2> <<avro,Avro>> or <<json,JSON>>. If value is null the key is https://redis.io/commands/del[deleted].
63+
<2> <<avro,Avro>> or <<kafka-json,JSON>>. If value is null the key is https://redis.io/commands/del[deleted].
6464

6565
==== String
6666
Use the following properties to write Kafka records as Redis strings:
@@ -122,6 +122,7 @@ key.converter=<string or bytes> <2>
122122

123123
The Kafka record value should be `float64` and is used for the score. If the score is null then the member is removed from the sorted set (instead of added to the sorted set).
124124

125+
[[redisjson]]
125126
==== JSON
126127
Use the following properties to write Kafka records as RedisJSON documents:
127128

@@ -197,8 +198,8 @@ Multiple data formats are supported for Kafka record values depending on the con
197198
[options="header",cols="h,1,1"]
198199
|====
199200
|Target|Record Value|Assigned To
200-
|Stream|<<avro,Avro>> or <<json,JSON>>|Message body
201-
|Hash|<<avro,Avro>> or <<json,JSON>>|Fields
201+
|Stream|<<avro,Avro>> or <<kafka-json,JSON>>|Message body
202+
|Hash|<<avro,Avro>> or <<kafka-json,JSON>>|Fields
202203
|String|<<value-string,String>> or <<value-bytes,bytes>>|Value
203204
|List|Any|Removal if null
204205
|Set|Any|Removal if null
@@ -233,7 +234,7 @@ value.converter=io.confluent.connect.avro.AvroConverter
233234
value.converter.schema.registry.url=http://localhost:8081
234235
----
235236

236-
[[json]]
237+
[[kafka-json]]
237238
===== JSON
238239
[source,properties]
239240
----

0 commit comments

Comments
 (0)