Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.52 KB

CONFLUENT.md

File metadata and controls

31 lines (16 loc) · 1.52 KB

Usage with Confluent

Installation

  1. Download the latest connector zip file from Github Releases.

  2. Configure an environment and cluster on Confluent and create a topic to produce messages for.

  3. Navigate to the Connectors section of the Confluent cluster and click Add Plugin. Upload the zip file with the following info.

Screenshot 2024-06-26 at 1 51 26 AM
  1. Once installed, navigate to the connector and set the following configuration values.
Screenshot 2024-06-26 at 1 45 57 AM

Replace the placeholder values with your credentials.

  1. Add the Qdrant instance host to the allowed networking endpoints.
Screenshot 2024-06-26 at 2 46 16 AM
  1. Start the connector.

Usage

You can now produce messages for the configured topic and they'll be written into the configured Qdrant instance.

Screenshot 2024-06-26 at 2 50 56 AM

Refer to the message formats for the available options when producing messages.