From 14b3adde0cae10629f5addabe9276fe8d1a1c7b3 Mon Sep 17 00:00:00 2001 From: Harshini Rangaswamy Date: Wed, 17 Jan 2024 15:59:02 +0100 Subject: [PATCH] Added note about GEOADD command issue --- .../kafka/kafka-connect/howto/redis-streamreactor-sink.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/products/kafka/kafka-connect/howto/redis-streamreactor-sink.rst b/docs/products/kafka/kafka-connect/howto/redis-streamreactor-sink.rst index b54178de2d..f872daf3b8 100644 --- a/docs/products/kafka/kafka-connect/howto/redis-streamreactor-sink.rst +++ b/docs/products/kafka/kafka-connect/howto/redis-streamreactor-sink.rst @@ -3,6 +3,10 @@ Create a stream reactor sink connector from Apache Kafka® to Redis®* **The Redis stream reactor sink connector** enables you to move data from **an Aiven for Apache Kafka® cluster** to **a Redis®* database**. The Lenses.io implementation enables you to write `KCQL transformations `_ on the topic data before sending it to the Redis database. +.. important:: + + A known issue with the ``GEOADD`` command in version 4.2.0 of the Redis stream reactor sink connector may cause exceptions during initialization under specific configurations. For more information, see the `GitHub issue `_. + .. note:: You can check the full set of available parameters and configuration options in the `connector's documentation `_.