Skip to content

Commit

Permalink
docs: Fixed callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Aug 16, 2023
1 parent f095f81 commit 0ed2ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/src/docs/asciidoc/sink.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ redis.key=<key name> <1>
key.converter=<string or bytes> <2>
----

<1><<_collection_key,Set key>>
<1> <<_collection_key,Set key>>
<2> <<_key_string,String>> or <<_key_bytes,bytes>>: Kafka record keys to add to the set

The Kafka record value can be any format.
Expand All @@ -142,7 +142,7 @@ redis.key=<key name> <1>
key.converter=<string or bytes> <2>
----

<1><<_collection_key,Sorted set key>>
<1> <<_collection_key,Sorted set key>>
<2> <<_key_string,String>> or <<_key_bytes,bytes>>: Kafka record keys to add to the set

The Kafka record value should be `float64` and is used for the score.
Expand Down

0 comments on commit 0ed2ccf

Please sign in to comment.