From a78e794df9fd1b8a92b49858474c19005a95761c Mon Sep 17 00:00:00 2001 From: sits Date: Thu, 2 Feb 2023 16:28:02 +1100 Subject: [PATCH] Fix ByteArrayConverter in the docs to the correct classname. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f368fd..92e1a7d 100644 --- a/README.md +++ b/README.md @@ -641,7 +641,7 @@ This connector is used to read an entire file as a byte array write the data to Large files will be read as a single byte array. This means that the process could run out of memory or try to send a message to Kafka that is greater than the max message size. If this happens an exception will be thrown. ### Important -The recommended converter to use is the ByteArrayConverter. Example: `value.converter=org.apache.kafka.connect.storage.ByteArrayConverter` +The recommended converter to use is the ByteArrayConverter. Example: `value.converter=org.apache.kafka.connect.converters.ByteArrayConverter` ### Configuration #### File System