Tristan Stevens
Tristan Stevens
It's only turned on if you enable it via -Dflume.monitoring.type=prometheus. We don't really have a modular packaging system at the moment, which is a shame, but it does at least...
I've looked into refactoring the instrumentation package into modules. The challenge comes with https://github.com/apache/flume/blob/trunk/flume-ng-core/src/main/java/org/apache/flume/instrumentation/MonitoringType.java#L28 which would need to change to be a string rather than a class, and therefore we...
@rgoers are you happy to merge this in please?
Thinking this through, the current behaviour is that hostname checking is enabled, since we're using the Kafka 2.0 client already. So if we were to approve this change we'd be...
The documentation can be updated by adding this file https://github.com/apache/flume/blob/trunk/flume-ng-doc/sphinx/FlumeUserGuide.rst to your pull request. We'd then just need to add something into the doConfigure method of the KafkaSource, KafkaChannel and...
Reverting the now duplicated HBase client changes
Yes, I'm happy to push this once the comments have been resolved.
Hi. So there is active work going to rebuild the cloudera-playbook to work with CDP-DC, including many of the aspects that you are talking of. Things on our mind right...
Seems at the moment it does not support ACLs: https://github.com/ksprojects/zkcopy/blob/master/src/main/java/com/github/ksprojects/zkcopy/writer/Writer.java#L147
Yes, 100% agree. There is a task that waits for hosts to heartbeat in, but if the play on that host has failed then you could get into a scenario...