Skip to content
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

Is support kafka 2.1.0? #5

Open
unix196 opened this issue May 16, 2019 · 0 comments
Open

Is support kafka 2.1.0? #5

unix196 opened this issue May 16, 2019 · 0 comments

Comments

@unix196
Copy link

unix196 commented May 16, 2019

I try this ways:

docker run -d travisjeffery/kafka-statsd --zookeeper-addrs zookeeper_server:2181/kafka --statsd-addr=statsd_server:8125

docker logs infallible_benz
2019/05/16 08:33:21 Connected to X.X.X.X:2181
2019/05/16 08:33:21 Authenticated: id=24..3, timeout=4000
2019-05-16 08:33:21 [ERROR] %!s(MISSING), err
2019/05/16 08:33:21 Recv loop terminated: err=EOF
2019/05/16 08:33:21 Send loop terminated: err=<nil>
[BufferedStatsdClient] 2019/05/16 08:33:21 Asked to terminate. Flushing stats before returning.

If I try run binary file:

./kafka-statsd --zookeeper-addrs zookeeper_server:2181/kafka --statsd-addr=statsd_server:8125 --statsd-prefix test123
2019/05/16 13:32:18 Connected to X.X.X.X:2181
2019/05/16 13:32:18 Authenticated: id=24...50, timeout=4000
2019-05-16 13:32:23 [INFO] Refreshing offset lag
2019-05-16 13:32:28 [INFO] Refreshing offset lag
2019-05-16 13:32:33 [INFO] Refreshing offset lag
2019-05-16 13:32:38 [INFO] Refreshing offset lag
2019-05-16 13:32:43 [INFO] Refreshing offset lag

in statsd server didn't create any metrics (additionally check with tcpdump -no network packages has been sent)

@unix196 unix196 closed this as completed May 16, 2019
@unix196 unix196 reopened this May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant