kafka job from kafka/2.2.0
Github source:
e369750
or
master branch
Properties¶
delete_topic
¶
Switch to enable topic deletion or not
- Default
false
jmx_port
¶
The port to listen for JMX connections, disabled by default
- Default
""
listen_port
¶
The port to listen for client connections
- Default
9092
offsets
¶
topic
¶
replication
¶
factor
¶The replication factor for the offsets topic
- Default
3
topics
¶
List of topics to create - name: test replication_factor: 1 partitions: 1
- Default
[]
transaction
¶
state
¶
log
¶
min
¶isr
¶Overridden min.insync.replicas config for the transaction topic
- Default
2
replication
¶factor
¶The replication factor for the transaction topic
- Default
3
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
(frombin/ctl
)bin/post-deploy
(frombin/post-deploy
)config/bpm.yml
(fromconfig/bpm.yml
)config/log4j.properties
(fromconfig/log4j.properties
)config/server.properties
(fromconfig/server.properties
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.