Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MINIO_NOTIFY_KAFKA_BROKERS (0.88 sec)

  1. internal/event/target/kafka.go

    	KafkaCompressionCodec   = "compression_codec"
    	KafkaCompressionLevel   = "compression_level"
    
    	EnvKafkaEnable                   = "MINIO_NOTIFY_KAFKA_ENABLE"
    	EnvKafkaBrokers                  = "MINIO_NOTIFY_KAFKA_BROKERS"
    	EnvKafkaTopic                    = "MINIO_NOTIFY_KAFKA_TOPIC"
    	EnvKafkaQueueDir                 = "MINIO_NOTIFY_KAFKA_QUEUE_DIR"
    	EnvKafkaQueueLimit               = "MINIO_NOTIFY_KAFKA_QUEUE_LIMIT"
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Sep 06 23:06:30 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  2. docs/bucket/notifications/README.md

    KEY:
    notify_kafka[:name]  publish bucket notifications to Kafka endpoints
    
    ARGS:
    MINIO_NOTIFY_KAFKA_ENABLE*                     (on|off)                    enable notify_kafka target, default is 'off'
    MINIO_NOTIFY_KAFKA_BROKERS*                    (csv)                       comma separated list of Kafka broker addresses
    MINIO_NOTIFY_KAFKA_TOPIC                       (string)                    Kafka topic used for bucket notifications
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 84.2K bytes
    - Viewed (0)
Back to top