The official Milvus Kafka Connect Sink connector.
The Milvus Kafka Connect Sink connector is a Kafka Connect connector that writes data from Kafka topics to Milvus.
endpoint
, token
, and collection.name
parameters from your Zilliz Cloud instance or Milvus cluster.Setup the kcctl client: doc
Set up a Milvus cluster, we can set up a local Milvus cluster using docker-compose:
Initialize the local Milvus cluster, below is a python script to do so:
Create a JSON file like the following:
Run the following command to create the connector:
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. |
database.name | The name of the database to write to. |
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.
When you encounter this issue, please disable the dynamic fields feature on the Milvus server or Zilliz Cloud instance.
The official Milvus Kafka Connect Sink connector.
The Milvus Kafka Connect Sink connector is a Kafka Connect connector that writes data from Kafka topics to Milvus.
endpoint
, token
, and collection.name
parameters from your Zilliz Cloud instance or Milvus cluster.Setup the kcctl client: doc
Set up a Milvus cluster, we can set up a local Milvus cluster using docker-compose:
Initialize the local Milvus cluster, below is a python script to do so:
Create a JSON file like the following:
Run the following command to create the connector:
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. |
database.name | The name of the database to write to. |
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.
When you encounter this issue, please disable the dynamic fields feature on the Milvus server or Zilliz Cloud instance.