Hi -- New to Apache Nifi and would like to know how does one go about routing the events to HBase from Kafka. Can someone please address these:
* There is GetKafka/PutKafka but did not find any related processor for HBase. Is StoreInKiteDataset the recommended processor? * Currently I rely on Morphlines to transform the apache logs modifying the fields and converting to Avro format and then writing to Kite dataset. Is there a way to reuse the same Morphlines config via Apache Nifi to apply the transformations to the events from Kafka? Thanks!
