We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the following configuration:
[notifier.kafkastatus] class-name="http" interval=60 threshold=1 timeout=60 keepalive=60 extras={ env="dev" } send-close=true url-open="http://my-host:9777/kafkastatus/open" method-open="POST" template-open="/etc/burrow/post.tmpl" url-close="http://my-host:9777/kafkastatus/close" method-close="POST" template-close="/etc/burrow/post.tmpl"
The post.tmpl looks like this:
{ "cluster":"{{.Result.Cluster}}", "group":"{{.Result.Group}}", "status":"{{.Result.Status.String}}", "complete":"{{.Result.Complete}}", "events":{{.Result.Partitions | jsonencoder}} }
No HTTP notifications are sent at all. I have tried different thresholds with the same result.
The text was updated successfully, but these errors were encountered:
Might be related to #354. If the consumer is lagging, only then you will get notifications.
Sorry, something went wrong.
No branches or pull requests
I have the following configuration:
The post.tmpl looks like this:
No HTTP notifications are sent at all. I have tried different thresholds with the same result.
The text was updated successfully, but these errors were encountered: