Skip to content

kafka-service-broker job from kafka-service-broker/2.1.0

Github source: e23304c or master branch

Properties

catalog

displayName

Name of service in marketplace

Default
Stark & Wayne Kafka

documentationUrl

URL to additional documentation

Default
https://github.com/starkandwayne/kafka-service-broker/

imageUrl

URL to image for marketplace

Default
https://svn.apache.org/repos/asf/kafka/site/logos/originals/png/ICON%20-%20Black%20on%20Transparent.png

json

Override the entire /v2/catalog response

Default
/var/vcap/jobs/kafka-service-broker/config/catalog.json
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

longDescription

Long description of service in marketplace

Default
  Apache Kafka is used for building real-time data pipelines and streaming apps. It
    is horizontally scalable, fault-tolerant, wicked fast, and runs in production in
    thousands of companies.

providerDisplayName

Provider of the service in marketplace for support and love

Default
Stark & Wayne

service_guid

Override the service GUID

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

service_name

Override the service name

Default
starkandwayne-kafka

service_plan_shared_guid

Override the service plan ‘shared’ GUID

Default
02fd92c8-c997-11e7-8c02-b7c8cd91bf14

service_plan_topic_guid

Override the service plan ‘topic’ GUID

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

supportUrl

URL for support

Default
https://github.com/starkandwayne/kafka-service-broker/issues

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

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)
  • config/catalog.json (from config/catalog.json)

Packages

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