Nikoleta Verbeck
Nikoleta Verbeck
# Description Provides the basics for multiple inter-connected platform/cluster installations with single set of inventory files. Provides the logic for a separate/centralized Control Center Metrics cluster. Helps to address remaining...
**Describe the issue** The Yum Repo addition task in `roles/common/tasks/redhat.yml` uses `proxy.http_proxy` rather than `proxy.https_proxy`. Ideally this should probably use a fall back chain from https->http->none. In order to allow...
This PR adds a new Configuration called PrefixConfiguration. It is similar to SubsetConfiguration, and barrows heavily from it. The difference is that it allows a user to apply a prefix...
When Control Center is enabled we leverage the ConfluentMetricsReporter within the Brokers. We should capture these metrics into prometheus. Example Configs: ``` - pattern: kafka.producer(.+):\w* name: kafka_producer_$2 labels: client-id: "$1"...
Migrate storm-kafka to maven from len to match with the other storm-contrib projects. Added ignores to support maven/eclipse.
``` panic: runtime error: index out of range [1] with length 0 goroutine 1 [running]: github.com/gizak/termui/v3/widgets.(*Plot).renderBraille(0xc0000c03c0, 0xc00025e0f0, 0x6, 0x5, 0x7e, 0x18, 0x0) /Users/nikoleta/.go/pkg/mod/github.com/gizak/termui/[email protected]/widgets/plot.go:99 +0x703 github.com/gizak/termui/v3/widgets.(*Plot).Draw(0xc0000c03c0, 0xc00025e0f0) /Users/nikoleta/.go/pkg/mod/github.com/gizak/termui/[email protected]/widgets/plot.go:223 +0x123 github.com/gizak/termui/v3.(*Grid).Draw(0xc00024e000, 0xc00025e0f0)...
I seem to be getting an error in IE8 running in IE7-Compatibility Mode. Get the following error "Object doesn't support this property or method". This is reported around line 809...
Here are some improvements to the UI and added features. # Adds ability to delete ZNodes with cascading delete support # General UI improvements # Added more information about child...