Skip to content

kafka-service-broker job from kafka-service-broker/2.0.1

Github source: 67e0dd1 or master branch

Properties

catalog_json

Override the entire /v2/catalog response

Default
""
Example
services:
- bindable: true
  description: Apache Kafka
  id: 4a9d3e1a-360a-11e7-b547-236ccc0d6fab
  metadata:
    displayName: Stark & Wayne Kafka
    documentationUrl: https://www.dingotiles.com/dingo-kafka
    imageUrl: https://svn.apache.org/repos/asf/kafka/site/logos/originals/png/ICON%20-%20Black%20on%20Transparent.png
    longDescription: Apache Kafka
    providerDisplayName: Stark & Wayne
  name: starkandwayne-kafka
  plan_updateable: false
  plans:
  - description: Share a topic
    free: true
    id: 4820d23c-360a-11e7-9547-d78770a33c5b
    metadata: {}
    name: topic
  tags:
  - kafka

name

Name used to register service broker via “kafka-service-broker” link

Default
starkandwayne-kafka

password

Service broker basic auth password

port

Bind to this port

Default
8080

service_guid

Override the service GUID

Default
4a9d3e1a-360a-11e7-b547-236ccc0d6fab

service_name

Override the service name

Default
starkandwayne-kafka

service_plan_topic_guid

Override the service plan ‘topic’ GUID

Default
4820d23c-360a-11e7-9547-d78770a33c5b

username

Service broker basic auth username

Default
user

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-service-broker/ directory (learn more).

  • config/bpm.yml (from config/bpm.yml)

Packages

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