Andre Minelli

Results 16 comments of Andre Minelli

Same here... Any thoughts about this?

I have the same problem: those commands simply don't return/finish... I am using version 0.7.0. Is there any guidance on how to troubleshoot this?

We started to observe this scenario too, from 0.6.5 to 0.6.8 versions :( Is there any workaround available?

BTW, maybe old client_ids, returning NaN, are being kept? The image below shows client ids from a single partition of a topic, and on that time we had 5 client...

> @andreminelli one of our work around is query with something like this: > > ``` > sum(kafka_consumergroup_group_lag{} > 0) > ``` > Thanks, @locmai . One point I haven't...

It seems that version 3.x support NetStandard already. Is there a reason for those releases not being published to Nuget?

This is still an issue, right? If so, is there some starting tips for a PR to handle this, @dtchepak ? I can try to contribute, but I have no...

@dtchepak, very nice! This is much more than I was expecting 😊 But only thank me if - or "when", let's get optimistic - I could come up with some...

@dtchepak , as a first look, even after solving that state problem we will probably have an issue with `Castle.DynamicProxy` which still does not support default members on interfaces, too...

Thanks for pointing this out, @DanielCouto It doesn't hurt to ask: do you think that you can contribute with a Pull Request for this? :)