Blockchain technology and Apache Kafka share characteristics which suggest a natural affinity. For instance, both share the concept of an ‘immutable append only log’. In the case of a Kafka partition: Each partition is an ordered, immutable sequence of records that is continually appended to — a structured commit log…