Skip to content

Commit a9e5cd8

Browse files
author
Julien Ruaux
committed
docs: Updated RedisJSON for Avro
1 parent c610d4e commit a9e5cd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/docs/asciidoc/_sink.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ Use the following properties to write Kafka records as RedisJSON documents:
7777
[source,properties]
7878
----
7979
redis.type=JSON
80-
key.converter=<string or bytes> <1>
81-
value.converter=<string or bytes> <2>
80+
key.converter=<string, bytes, or Avro> <1>
81+
value.converter=<string, bytes, or Avro> <2>
8282
----
8383

84-
<1> <<key-string,String>> or <<key-bytes,bytes>>
85-
<2> <<value-string,String>> or <<value-bytes,bytes>>.
84+
<1> <<key-string,String>>, <<key-bytes,bytes>>, or <<avro,Avro>>
85+
<2> <<value-string,String>>, <<value-bytes,bytes>>, or <<avro,Avro>>.
8686
If value is null the key is deleted.
8787

8888
[[sync-stream]]

0 commit comments

Comments
 (0)