As the question says - Kafka - is it possible for a broker to be leader and follower for the same partition? As in , Will kafka stores the partition and replica ( of same partition ) on same broker. It is NOT clear from the documentation.
Other distributed systems like bigdata, elastic search considers storing partition and replica (of same partition) on different machines