-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapb.yml
31 lines (31 loc) · 940 Bytes
/
apb.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
version: 1.0
name: gw-http-sink-apb
description: This is a sample application generated by apb init
bindable: False
async: optional
metadata:
displayName: Gateway HTTP Sink
imageUrl: "https://avatars2.githubusercontent.com/u/32076828?s=200&v=4"
providerDisplayName: "Red Hat, Inc."
plans:
- name: default
description: This default plan deploys gw-http-sink-apb
free: True
metadata: {}
parameters:
- name: event_type
title: Cloud Event Type
description: The event type to subscribe for
type: string
required: true
- name: consumer_group
title: The Apache Kafka Consumer Group
description: name of the consumer group for the given event type subscription
type: string
default: my-consumer
required: true
- name: http_uri
title: HTTP endpoint
description: URI of a function/pod which receives events
type: string
required: true