-
Notifications
You must be signed in to change notification settings - Fork 90
/
kafka.yml
80 lines (68 loc) · 2.43 KB
/
kafka.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
dev:
steps:
- title: Prerequisites
content:
- action: skip
render:
file: shared/markup/dev/docker-prerequisite.adoc
- title: Initialize the project
content:
- action: execute
file: tutorial-steps/dev/init.sh
render:
file: tutorials/console-consumer-primitive-keys-values/kafka/markup/dev/init.adoc
- action: make_file
file: primitives.json
render:
skip: true
- title: Get Confluent Platform
content:
- action: make_file
file: docker-compose.yml
render:
file: tutorials/console-consumer-primitive-keys-values/kafka/markup/dev/make-docker-compose.adoc
- action: execute_async
file: tutorial-steps/dev/docker-compose-up.sh
render:
file: tutorials/console-consumer-primitive-keys-values/kafka/markup/dev/start-compose.adoc
- action: execute
file: tutorial-steps/dev/wait-for-containers.sh
render:
skip: true
- name: wait for ksqldb-server and connectors
action: sleep
ms: 30000
render:
skip: true
- title: Start an initial console consumer
content:
- action: execute_async
file: tutorial-steps/dev/harness-console-consumer-keys.sh
stdout: tutorial-steps/dev/outputs/actual-output-step-one.txt
render:
file: tutorials/console-consumer-primitive-keys-values/kafka/markup/dev/consume-topic-no-deserializers.adoc
- title: Specify key and value deserializers
content:
- action: execute_async
file: tutorial-steps/dev/harness-console-consumer-keys-deserializers.sh
stdout: tutorial-steps/dev/outputs/actual-output-step-two.txt
render:
file: tutorials/console-consumer-primitive-keys-values/kafka/markup/dev/consume-topic-with-deserializers.adoc
- name: wait for consumer to read records
action: sleep
ms: 10000
render:
skip: true
- title: Clean up
content:
- action: execute
file: tutorial-steps/dev/clean-up.sh
render:
file: tutorials/console-consumer-primitive-keys-values/kafka/markup/dev/clean-up.adoc
ccloud:
steps:
- title: Run your app with Confluent Cloud
content:
- action: skip
render:
file: shared/markup/ccloud/try-ccloud.adoc