cl0udgeek

Results 9 comments of cl0udgeek

I'm a bit confused on that then...so if I configure the tag like this `tags = ["urlprefix-/"]`...shouldn't I get the same error then? this is the case on all nomad...

I noticed the response time being high too....I wonder if this is actually kafka who is taking a long time to run vs prometheus....

wait what? that'd be awesome if it is! do you know which kafka version? to clarify...its always been there on the consumer side but not on the server side as...

I still don't think I've fully figured this out...I gave these ACL's on `__consumer_offsets`: `kafka-acls --authorizer-properties zookeeper.connect=zk:2181/sdpop --add --allow-principal User:* --allow-host "*" --operation All --topic __consumer_offsets --group=*` but still see...

still haven't figured this one out yet...anyone else having this issue? it finds info on the other topics...just not `__consumer_offsets` ``` {"level":"debug","ts":1522270120.6207905,"msg":"ok","type":"module","coordinator":"storage","class":"inmemory","name":"default","worker":3,"cluster":"sdpop","consumer":"","topic":"testtopic","partition":2,"topic_partition_count":10,"offset":1,"timestamp":1522270120000,"owner":"","request":"StorageSetBrokerOffset"} {"level":"info","ts":1522270120.6208968,"msg":"starting","type":"coordinator","name":"consumer"} {"level":"info","ts":1522270120.620908,"msg":"starting","type":"module","coordinator":"consumer","class":"kafka","name":"local"} {"level":"debug","ts":1522270120.6209056,"msg":"ok","type":"module","coordinator":"storage","class":"inmemory","name":"default","worker":12,"cluster":"sdpop","consumer":"","topic":"testtopic","partition":5,"topic_partition_count":10,"offset":1,"timestamp":1522270120000,"owner":"","request":"StorageSetBrokerOffset"} {"level":"info","ts":1522270120.6544793,"msg":"starting evaluations","type":"coordinator","name":"notifier"} {"level":"error","ts":1522270121.39267,"msg":"failed to get...

so this is definitely an ACL error...if I grant this ACL `kafka-acls --authorizer-properties zookeeper.connect=zk01.cloud.com:2181/cluster1 --add --allow-principal User:* --allow-host "*" --operation ALL --topic __consumer_offsets --group=* Adding ACLs for resource `Topic:__consumer_offsets` it...