milvus external kafka #47799
Replies: 2 comments 4 replies
-
|
here is my suggestion:
With default settings (cluster prefix by-dev, dmlChannelNum=16), you need to pre-create 17 topics: DML Channels (16 topics) These are the primary data channels carrying insert/delete/upsert operations and time-tick messages. by-dev-rootcoord-dml_0 TimeTick Channel (1 topic) by-dev-datacoord-timetick-channel Topic Naming Convention The format is: {cluster-prefix}-{channel-suffix}[_{index}]
Milvus itself does not set any topic-level configurations — it relies on Kafka broker defaults. Here are the recommended settings: ┌─────────────────────────────────┬─────────────────────────┬─────────────────────────────────────────────────────────────────────────────────────────────────┐ |
Beta Was this translation helpful? Give feedback.
-
|
Hello 👋 I am jumping into the conversation because we also have an external kafka with Milvus v2.5.26 and v2.6.10 (we are in the middle of the version upgrade). For all our clusters we have the following topics (see below), which does not include the "TimeTick Channel" (topic Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are planning to deploy Milvus using the Milvus Operator. For the message queue, we intend to use an external Kafka cluster.
In our production environment, Kafka topic auto-creation is disabled, so we need to manually create all Milvus-related topics. We have the following questions:
We would appreciate your guidance on this.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions