Basic config
SSL authentication
SASL authentication
Data format
By default, ifinclude_metadata
is false, the kafka data loader returns data from value field, e.g.
include_metadata
is set to true, the kafka data loader returns these elements as messages with data = {key: value}
and metadata
with (topic, partition, offset and time), e.g.
Deserialize message with protobuf schema
- Specify the
serialization_method
toPROTOBUF
. - Set the
schema_classpath
to the path to the Python schema class. Test whether you have access the the schema with the code in a scratchpad.