mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.7.0",
 | 
						|
    "description": "Apache Kafka. A distributed streaming platform.",
 | 
						|
    "homepage": "https://kafka.apache.org/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "suggest": {
 | 
						|
        "JDK": "java/openjdk"
 | 
						|
    },
 | 
						|
    "url": "https://downloads.apache.org/kafka/3.7.0/kafka_2.12-3.7.0.tgz",
 | 
						|
    "hash": "sha1:328e7088c75866955d4a413b09604f9289810b76",
 | 
						|
    "extract_dir": "kafka_2.12-3.7.0",
 | 
						|
    "bin": [
 | 
						|
        "bin\\windows\\connect-distributed.bat",
 | 
						|
        "bin\\windows\\connect-standalone.bat",
 | 
						|
        "bin\\windows\\kafka-acls.bat",
 | 
						|
        "bin\\windows\\kafka-broker-api-versions.bat",
 | 
						|
        "bin\\windows\\kafka-configs.bat",
 | 
						|
        "bin\\windows\\kafka-console-consumer.bat",
 | 
						|
        "bin\\windows\\kafka-console-producer.bat",
 | 
						|
        "bin\\windows\\kafka-consumer-groups.bat",
 | 
						|
        "bin\\windows\\kafka-consumer-perf-test.bat",
 | 
						|
        "bin\\windows\\kafka-delegation-tokens.bat",
 | 
						|
        "bin\\windows\\kafka-dump-log.bat",
 | 
						|
        "bin\\windows\\kafka-mirror-maker.bat",
 | 
						|
        "bin\\windows\\kafka-producer-perf-test.bat",
 | 
						|
        "bin\\windows\\kafka-reassign-partitions.bat",
 | 
						|
        "bin\\windows\\kafka-replica-verification.bat",
 | 
						|
        "bin\\windows\\kafka-run-class.bat",
 | 
						|
        "bin\\windows\\kafka-server-start.bat",
 | 
						|
        "bin\\windows\\kafka-server-stop.bat",
 | 
						|
        "bin\\windows\\kafka-topics.bat",
 | 
						|
        "bin\\windows\\zookeeper-server-start.bat",
 | 
						|
        "bin\\windows\\zookeeper-server-stop.bat",
 | 
						|
        "bin\\windows\\zookeeper-shell.bat"
 | 
						|
    ],
 | 
						|
    "persist": [
 | 
						|
        "config",
 | 
						|
        "logs"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://kafka.apache.org/downloads",
 | 
						|
        "regex": "current stable version is ([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://downloads.apache.org/kafka/$version/kafka_2.12-$version.tgz",
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha1",
 | 
						|
            "regex": "$basename:[\\x20\\t]+([a-fA-F0-9\\s]+)\\n+"
 | 
						|
        },
 | 
						|
        "extract_dir": "kafka_2.12-$version"
 | 
						|
    }
 | 
						|
}
 |