Created 08-27-2017 04:57 AM
our developers want to feed json data into kafka and then save it to hdfs . I used flume to write kafka messages to hdfs but how can I input json to kafka and how will it get stored on hdfs ? are there some kind of serializer deserializer for this ?
Created 08-28-2017 06:06 AM
You can write custom JsonSerialzer or you can use existing impl from thried-party libraries.