========= Memcached ========= The memcached plugin is a mechanism for writing data to a memcached cluster. .. toctree:: :maxdepth: 1 :caption: Source Connectors: :hidden: :glob: sources/* .. toctree:: :maxdepth: 1 :caption: Sink Connectors: :hidden: :glob: sinks/* .. toctree:: :maxdepth: 1 :caption: Transformations: :glob: transformations/* .. toctree:: :maxdepth: 1 :caption: Converters: :glob: converters/* ------------ Installation ------------ The preferred method of installation is to utilize the `Confluent Hub Client `_. ^^^^^^^^^^^^^ Confluent Hub ^^^^^^^^^^^^^ The plugin is hosted on the `Confluent Hub `_. Installation through the `Confluent Hub Client `_ is simple. Use the following command line. .. code-block:: bash confluent-hub install jcustenborder/kafka-connect-memcached:latest ^^^^^^^^^^^^^^^^^^^ Manual Installation ^^^^^^^^^^^^^^^^^^^ #. Compile the source code with `mvn clean package` #. Create a subdirectory called `kafka-connect-memcached` under the `plugin.path` on your connect worker. #. Extract the contents of the zip file from `target/components/packages/` to the directory you created in the previous step. #. Restart the connect worker.