kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/examples/bin/java-producer-consumer-demo.sh

Path
kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/examples/bin/java-producer-consumer-demo.sh
Status
scanned
Type
file
Name
java-producer-consumer-demo.sh
Extension
.sh
Programming language
Bash
Mime type
text/x-shellscript
File type
Bourne-Again shell script, ASCII text executable
Tag

      
    
Rootfs path

      
    
Size
987 (987 bytes)
MD5
ae2094b46b29ea2c38eaf38b1cb7fe3e
SHA1
19ef175c7dcc7b34c9b9d7274806a952c0925741
SHA256
8f37b44bf218a019675eec98d042cdcd16cde1f9fe5f7af8f931496bb8ff8892
SHA512

      
    
SHA1_git
fd25e5955397eae667217e913e3e6009ecace6d5
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
java-producer-consumer-demo.sh | 987 bytes |

#!/bin/bash # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. base_dir=$(dirname $0)/../.. if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then export KAFKA_HEAP_OPTS="-Xmx512M" fi exec $base_dir/bin/kafka-run-class.sh kafka.examples.KafkaConsumerProducerDemo $@
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
80.41
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 9 9