Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to connect to Kafka using BigData community edition. The data in the topic that I am attempting to connect to is in AVRO format. What component should I use after the tKafkaInput and / or how should I design the job stream so that I can get the JSON representation of the data?
Thank you
I tried with tFileOutputJSON, but the output i get looks like the memory address like
[{"payload":[B@2b5f4d54},{"payload":[B@5f7b97da}] from tKafkaInput with output selected as byte[].
How do I convert the byte[] memory address to a json?