Consume Kafka messages with headers
Requires kcat be installed.
kcat \
-e \
-J \
-F ${config_file} \
-t ${topic} \
-o ${start_offset} \
-c ${number_of_offsets_to_consume}
Requires kcat be installed.
kcat \
-e \
-J \
-F ${config_file} \
-t ${topic} \
-o ${start_offset} \
-c ${number_of_offsets_to_consume}