Issue with using an external Kafka #38713
Unanswered
ivivi
asked this question in
Q&A and General discussion
Replies: 1 comment 1 reply
-
This discussion is about using pre-created-topics in milvus: #30916 Only two kinds of topics: dml and time-tick
"how to manually create them in Kafka" ----------------- I suppose you can get the answer from the Kafka community/documents |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using an external Kafka, the Kafka parameter auto.create.topics.enable is set to false.
By configuring the preCreatedTopic parameter, you can specify topics related to DML.
So, how to configure topics related to the following: replicate-msg, rootcoord-delta, and queryTimeTick, or how to manually create them in Kafka?
Beta Was this translation helpful? Give feedback.
All reactions