Pavlo

Results 8 issues of Pavlo

Currently when you want to subscribe to a topic - you are forced to subscribe to "default" offset and partitions, as in Consumer#subscribe you only can specify topic names. The...

enhancement
consumer

**Is your feature request related to a problem? Please describe.** What do you think about the ability to not show all metrics. There are cases when exporter has a lot...

help wanted
refined
community

It will allow to change passenger versions and ruby versions without requiring to modify node normal attributes by hands.

I have problems with (I guess) either iptables in kube-proxy or routing to flannel via service ClusterIPs. For example: I have two nodes in the cluster: `A` and `B`. Node...

kind/bug
priority/P1

Hello. I am not sure whether it's a jruby-openssl's or jruby's bug, but opening the issue here for now. Also, I don't have a way to reproduce, but it does...

Now it is possible to define targets like this: ``` { "targets": { "build-css": {}, "build-js": {}, "test": { "dependsOn": ["build-*"] }, } } ``` ## Current Behavior No support...