You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+51-1Lines changed: 51 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,61 @@ Simply echos back a set string
24
24
25
25
Available options:
26
26
27
-
- EHCO_STR - string to echo back
27
+
- ECHO_STR - string to echo back
28
+
28
29
29
30
### Subsequent requests
30
31
31
32
Subsequent request URLs can be set using the `REQUESTS` environment variable. Multiple URLs can be set and must be separated by `space`. A `count` must also be set for each URL using the following syntax: `URL#count`.
32
33
34
+
### Apache Kafka
35
+
36
+
Allspark can be used as an Apache Kafka consumer or producer.
37
+
A single instance can work as both at the same time.
38
+
39
+
#### KafkaServer
40
+
The Kafka server is a consumer that triggers `REQUESTS` when a message is consumed from the topic specified with the below option.
41
+
Available options:
42
+
-`KAFKASERVER_BOOTSTRAP_SERVER`
43
+
44
+
The kafka bootstrap server where the cluster can be reached.
0 commit comments