File: kafka.conf

package info (click to toggle)
golang-github-shopify-sarama 1.22.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,728 kB
  • sloc: sh: 112; makefile: 43
file content (9 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
start on started zookeeper-ZK_PORT
stop on stopping zookeeper-ZK_PORT

# Use a script instead of exec (using env stanza leaks KAFKA_HEAP_OPTS from zookeeper)
script
  sleep 2
  export KAFKA_HEAP_OPTS="-Xmx320m"
  exec /opt/kafka-KAFKAID/bin/kafka-server-start.sh /opt/kafka-KAFKAID/config/server.properties
end script