Blockchains like Hyperledger Fabric are comparably faster than public blockchains like Ethereum. These Permissioned Blockchains do not need to consider for in-built security like Bitcoin. The core part of Hyperledger Fabric, the orderer, replicates blocks across the blockchain network. The orderer follows the raft consensus protocol, which is already used in many distributed applications, from distributed databases to cloud based systems. However, strong leader based consensus algorithms like Raft have a bottleneck and this limits scalability. Here, we propose an improved raft consensus protocol which is made to perform better, even with an increased number of nodes, by making the leader delegate the responsibility of broadcasting to proxies and just focus on sequencing the clients' commands.