This topic introduces the Kafka-related configurations of Milvus.
Kafka is the underlying engine supporting Milvus cluster’s reliable storage and publication/subscription of message streams.
Under this section, you can configure Kafka producer, consumer, sasl information and etc.
  
    
      | Description | Default Value | 
  
  
    
      | Producer Client ID of Kafka service. | 
  
  
    
      | Description | Default Value | 
  
  
    
      | Consumer Client ID of Kafka service. | 
  
  
    
      | Description | Default Value | 
  
  
    
      | List of broker addresses of Kafka service.
        Each value is separated from each other by comma
        Eg: localhost1:9092,localhost2:9092,localhost3:9092 | 
  
  
    
      | Description | Default Value | 
  
  
    
      | Username of Kafka service if Simple Authentication and Security Layeris enabled. | 
  
  
    
      | Description | Default Value | 
  
  
    
      | Password of Kafka service if Simple Authentication and Security Layeris enabled. | 
  
  
    
      | Description | Default Value | 
  
  
    
      | Mechanisms of Kafka service if Simple Authentication and Security Layeris enabled. 
        Valid values maybe: GSSAPI, PLAIN, SCRAM, OAUTHBEARER. | 
  
  
    
      | Description | Default Value | 
  
  
    
      | Security protocol of Kafka service. 
        Valid values maybe: PLAINTEXT, SSL, SASL_PLAINTEXT, SASL_SSL. |