I can’t find the properties file for the redis sink connector on confluent hub.
Above the download has no properties file which is included. I get errors trying to figure out the properties file. Need help for sink. meaning data will get written to redis. thank you
Ray
I don’t want any docker docs. This site needs info for the linux OS like centos redhat. For linux OS the config file is just a bunch of properties in a line-format. The config file has some line property called.: connector.class I don’t see this in any link right now. Need this for the different versions of the connector. I don’t see any other list of aval properties.
If you download from the confluent hub, all the connectors have a library folder with the jars. The confluent-connect has this file in it for standalone properties.
connect-standalone.properties
All the connectors are the same, which say copy those libraries to the plugin.path setting in that file. The other connectors work right away. Not much install is needed. Below is the old-school command for startup.
./bin/connect-standalone ./etc/kafka/connect-standalone.properties ./etc/kafka/connect-redis-sink.properties
I appreciate your help. I don’t use docker stuff. I am looking for the old-school stuff which ran on linux OS. I will need this file for that. connect-redis-sink.properties
Do you have a config for this file? I don’t know the min variables list needed.
Stuff in it is like below:
name=
topics=
connector.class=
task.max= #message-info-on-kafka-is-below
key.converter=
value.converter=