Skip to content

kafka job from kafka/1.1.1

Github source: 9197547 or master branch

Properties

delete_topic

Switch to enable topic deletion or not

Default
false

listen_port

The port to listen for client connections

Default
9092

topics

List of topics to create - name: test replication_factor: 1 partitions: 1

Default
[]

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/kafka/ directory (learn more).

  • bin/ctl (from bin/ctl)
  • bin/post-deploy (from bin/post-deploy)
  • config/bpm.yml (from config/bpm.yml)
  • config/log4j.properties (from config/log4j.properties)
  • config/server.properties (from config/server.properties)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.