The Milvus Kafka Connect Sink connector is a Kafka Connect connector that writes data from Kafka topics to Milvus.
Prerequisites
- If you don't already have a collection in Zilliz Cloud or Milvus cluster, create a collection with a vector field.
- Collect the
endpoint
,token
, andcollection.name
parameters from your Zilliz Cloud instance or Milvus cluster.
Configuration
The Milvus Kafka Connect Sink connector is configured using the following Required properties:
Parameter | Description |
---|---|
public.endpoint | The endpoint of your Zilliz Cloud instance or Milvus cluster. |
token | The token of your Zilliz Cloud instance or Milvus cluster. |
collection.name | The name of the collection to write to. |
topics | The Kafka topics to read from. |
For more information about the configuration properties, see the offical Milvus Kafka Connect Sink Connector documentation.