We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff957a3 commit e0b7a13Copy full SHA for e0b7a13
chart/templates/configmap.yaml
@@ -45,6 +45,9 @@ data:
45
# Path to external avro schema. 'None' if not required.
46
EXTERNAL_SCHEMA='None'
47
48
+ # Number of partitions for the producer
49
+ NPARTITIONS=1
50
+
51
simulate_stream \
52
-servers ${KAFKA_IPPORT} \
53
-topic ${KAFKA_TOPIC} \
@@ -53,5 +56,6 @@ data:
56
-nobservations ${NOBSERVATIONS} \
54
57
-nalerts_per_obs $NALERTS_PER_OBS \
55
58
-external_schema=${EXTERNAL_SCHEMA} \
- -to_display ${DISPLAY_FIELD}
59
+ -to_display ${DISPLAY_FIELD} \
60
+ -npartitions ${NPARTITIONS}
61
0 commit comments