Maatary
Maatary
The official Nginx Docker image does a redirection of access.log to /dev/stdout, so that one can access the log with ```docker log``` from outside docker i.e. on the host. This...
Hi I have recently upgrade to the akka-stream kafka version 1.0.5. My broker is version 2.3.0, and the client is 2.1.1. I am observing this very but very strange behavior:...
Hi I wonder how the functionality of revision exactly works ? Please could you explain in which context it is used and what the exact purpose of it ?
Hi, i am using the following option to link a Literal URI So far in N3 the generation works as expected, however in json-ld it is problematic. I had to...
Hi, the following paper by @jasonslepicka says that Karma do not support rr:joinCondition. I was just wondering, is there a way in Karma to deal with foreign Keys ? Mean...
Hi, -i have this case where i need to read a very large csv file, filter some of the line based on some criteria and then write the ouptput in...
Hi, Can i just grab the dashboard rather than the all plugin ? What do i gain in getting the plugin over simply the dashboard ?
Why did you remove the monitoring of the Pod Disk IO from the original app ? is there an issue with measuring the POD Disk IO ? Are the metrics...
When working with a helm super-chart (umbrella chart) that consist of several sub-charts: 1 / if we attach a post-upgrade hook to one of the sub-chart, I wonder what is...
Hi, I do not understand that line: source.flatMapValues(value-> Arrays.asList(pattern.split(value.toLowerCase()))).map((key, value) -> new KeyValue(value, value)) In fact, the map is confusing because it expect a pair. value-> Arrays.asList(pattern.split(value.toLowerCase()))). is supposed to...