Are Kafka Partition Logs really immutable? To make it really immutable, is it possible that these partition logs be integrated with distributed ledger such as Quorum, Hyperledger Fabric or Corda?
Understand that Kafka uses Zookeeper which uses Raft consensus algorithm (something I am very familiar with). The Kafka cluster nodes are assumed to be trusted and for a good reason - speed.
For true immutability, I believe kafka partition logs can and should be integrated with a distributed ledger - Is this something within the realm of possibility? Has that been done?
Nathan Aw (Singapore)