When we perform a gnmi get request, the default size handles only 4mb response size. We need to handle datasize > 4mb in responses. options = [('grpc.max_receive_message_length', 16*1024*1024)] Thanks, Mahendra