sink
Kafka Connect Milvus Sink
The official Milvus Kafka Connect Sink connector.

Available on
StreamNative Cloud console

Authored by
Zilliz
Support type
Community
License
Apache License 2.0

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, and collection.name parameters from your Zilliz Cloud instance or Milvus cluster.

Configuration

The Milvus Kafka Connect Sink connector is configured using the following Required properties:

ParameterDescription
public.endpointThe endpoint of your Zilliz Cloud instance or Milvus cluster.
tokenThe token of your Zilliz Cloud instance or Milvus cluster.
collection.nameThe name of the collection to write to.
topicsThe Kafka topics to read from.

For more information about the configuration properties, see the offical Milvus Kafka Connect Sink Connector documentation.