Parse OpenTSDB transformation

Manipulates the key of the message.
com.github.jcustenborder.kafka.connect.opentsdb.ParseOpenTSDB$Key
Manipulates the value of the message.
com.github.jcustenborder.kafka.connect.opentsdb.ParseOpenTSDB$Value

The ParseOpenTSDB transformation will parse data that is formatted with the OpenTSDB wire protocol.

Tip

This transformation expects data to be a String. You are most likely going to use the StringConverter.

Examples:

Configuration