Bug: "Error creating kafka topic -- alert is not defined"
chuck-alt-delete opened this issue · 0 comments
chuck-alt-delete commented
Describe the bug
✖ Error creating Kafka topic, try creating it manually...
alert is not defined
To Reproduce
Set env variables and:
datagen \
-s examples/ecommerce.json \
-f avro \
-n -1
When I check out to tag v0.1.4
it works, so it must have been introduced in #78.
Additional context
Looks like we need to import the alerts module in producer.ts. Then, investigate why there is an error creating kafka topic in createTopic.ts.