Hi Team,i am able to parse single kafka topic to single measurement in the database but i am not able to get how to parse single kafka topic to multiple measurement.
can anyone give some example on the plugin having single topic will load to multiple measurement.Both comes to same topic.
Example: {“name”:“John”, “age”:31, “city”:“New York”} should go to one measurement
{“empid”:“John”, “sal”:31, “loc”:“New York”,“pin”:“751001”} should go to another measurement.
How can we write the plugin.