Alexey Kamenskiy
Alexey Kamenskiy
For my use case I need to allow only small subset of operators, is there currently any way to do that?
For some tools it makes more sense to use positional arguments instead of randomly located named arguments. The positional arguments must work as follows: 1. Positional arguments can be placed...
1. Take constant or variable number of arguments that follow 2. Important for optional arguments 3. Does not make much sense for positional arguments
In our setup we have a test server where we want to deploy automagically after (over SSH) after tests has been passed and we have production server where we want...
### What type of bug is this? Other ### What subsystems and features are affected? Other ### What happened? I am running a process that updates old rows in background...
``` Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:513) at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:525) Caused by: java.lang.NullPointerException at io.prometheus.jmx.shaded.io.prometheus.jmx.JmxCollector.loadConfig(JmxCollector.java:169) at io.prometheus.jmx.shaded.io.prometheus.jmx.JmxCollector.(JmxCollector.java:78) at io.prometheus.jmx.shaded.io.prometheus.jmx.JavaAgent.premain(JavaAgent.java:29) ... 6...
**Describe the bug** Both SchemaRegistry and KafkaConnect do not require any connection to Kafka/Zookeeper to be able to check data in them or manage them. However this UI falls flat...
**Describe the bug** KafkaConnect is meant to run as a cluster with multiple hosts balancing the load using Kafka as communication mechanism (same as SchemaRegistry). Each node provides API endpoint...
Not a Java expert. Installed JDK 12.x from Oracle website and get this on startup: ``` Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXB at hu.sllauncher.LConsts.(LConsts.java:52) at hu.sllauncher.ScelightLauncher.setUserAgent(ScelightLauncher.java:112) at hu.sllauncher.ScelightLauncher.main(ScelightLauncher.java:84) Caused by:...
Round Ronbin has been on README for who knows how long (according to git blame since 2014 28dc6e03fd18f2e5ac0145d557b6df569946c291). However since then it is "not implemented". Graphite (and go-carbon/carbonapi) work amazingly...