Skip to content

Using External Message Queue (Kafka) simultaneously by two Milvus clusters. #42825

Discussion options

You must be logged in to vote

Two milvus clusters share a kafka, their topics must be different.
In the milvus.yaml, set different names of msgChannel.chanNamePrefix.cluster:

Milvus cluster 1

# This topic introduces the message channel-related configurations of Milvus.
msgChannel:
  chanNamePrefix:
    cluster: by-dev-1

Milvus cluster 2

# This topic introduces the message channel-related configurations of Milvus.
msgChannel:
  chanNamePrefix:
    cluster: by-dev-2

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Wonki4
Comment options

@yhmo
Comment options

yhmo Jun 18, 2025
Collaborator

Answer selected by Wonki4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants