-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kafka missing topic leads to panic #1935
Comments
It appear that even if you do specify the topic this will sometimes occur. The following config and TICK script panic when an alert is created: ========= kapcitor.conf ========== ========= tick script ======== var cpu_one_minute_threshold = 1 ==========error============== goroutine 2181 [running]: |
I had met the same problem. |
Fixed by #1982 |
If a user creates a Kafka alert node without specifying a kafka topic, it will panic Kapacitor.
The text was updated successfully, but these errors were encountered: