I wanted to clarify few things in batch operations. After client sends a batch of 10 operations[say 10 PUTs], should the server send acknowledgement for each operation inside the batch?
Or the server should send acknowledgement ONLY after the batch is committed/aborted or there is a command failure in the batch.
kinetic python client seems to be doing it this way, but the protocol page does not talk about not sending ACK for each put in a batch.
I wanted to clarify few things in batch operations. After client sends a batch of 10 operations[say 10 PUTs], should the server send acknowledgement for each operation inside the batch? Or the server should send acknowledgement ONLY after the batch is committed/aborted or there is a command failure in the batch.
kinetic python client seems to be doing it this way, but the protocol page does not talk about not sending ACK for each put in a batch.